1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

global-functions: $TimeIsSync: do not flood log...

... when returning gracefully.
This commit is contained in:
Christian Hesse
2021-02-18 21:49:23 +01:00
parent d5afc79eed
commit 60ca07dc8a

View File

@ -971,7 +971,7 @@
:return false;
}
$LogPrintExit info ("No time source configured! Returning gracefully...") false;
$LogPrintExit debug ("No time source configured! Returning gracefully...") false;
:return true;
}