mirror of
https://github.com/bol-van/zapret2.git
synced 2026-08-28 21:02:17 +04:00
nfqws2: DLOG_ERR in timer out of memory case
This commit is contained in:
+2
-2
@@ -146,13 +146,13 @@ again:
|
||||
{
|
||||
if (elem->oneshot)
|
||||
{
|
||||
DLOG("timer: '%s' deleted because of out of memory\n", elem->str);
|
||||
DLOG_ERR("timer: '%s' deleted because of out of memory\n", elem->str);
|
||||
TimerPoolDel(pp, elem);
|
||||
elem = NULL;
|
||||
}
|
||||
else
|
||||
{
|
||||
DLOG("timer: '%s' skipped because of out of memory\n", elem->str);
|
||||
DLOG_ERR("timer: '%s' skipped because of out of memory\n", elem->str);
|
||||
elem->bt_next = bt + elem->period;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user