From 8c836ec336477d88a3b31363e235a7effec621c2 Mon Sep 17 00:00:00 2001 From: W3AXL <29879554+W3AXL@users.noreply.github.com> Date: Sat, 10 Aug 2024 00:05:25 -0400 Subject: [PATCH] whoops, put this in the right place --- src/common/Log.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/Log.cpp b/src/common/Log.cpp index ecc82ddc..7399a8b8 100644 --- a/src/common/Log.cpp +++ b/src/common/Log.cpp @@ -120,7 +120,6 @@ static bool LogOpen() setlogmask(LOG_UPTO(LOG_INFO)); break; case 3U: - case 9999U: // in-band U: messages should also be notices setlogmask(LOG_UPTO(LOG_NOTICE)); break; case 4U: @@ -284,6 +283,7 @@ void Log(uint32_t level, const char *module, const char* fmt, ...) syslogLevel = LOG_NOTICE; break; case 3U: + case 9999U: // in-band U: messages should also be info level syslogLevel = LOG_INFO; break; case 4U: