diff options
author | Christian Hesse <mail@eworm.de> | 2020-11-13 22:12:03 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-11-13 22:12:03 +0100 |
commit | 7b3960a0e1f6cc13219d0021a86ddfbc48faf82b (patch) | |
tree | 84d90eb319c148841020bfd9e973e455734a8c35 | |
parent | 27b494b13965349e7ac83e6abe921a59f1b5d96c (diff) |
global-functions: $TimeIsSync: decrease log severity to info
-rw-r--r-- | global-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions b/global-functions index 08ef0a1..de810cd 100644 --- a/global-functions +++ b/global-functions @@ -906,7 +906,7 @@ :return false; } - $LogPrintExit warning ("No time source configured! Returning gracefully...") false; + $LogPrintExit info ("No time source configured! Returning gracefully...") false; :return true; } |