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; :return false;
} }
$LogPrintExit info ("No time source configured! Returning gracefully...") false; $LogPrintExit debug ("No time source configured! Returning gracefully...") false;
:return true; :return true;
} }