From ed9e2704b0322cc964bc73c2f6e54fd3c5a12f7e Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Mon, 4 Aug 2025 10:15:15 +0200 Subject: [PATCH] syslog, changing level is not a fail --- lib/uuid-syslog/src/syslog.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/uuid-syslog/src/syslog.cpp b/lib/uuid-syslog/src/syslog.cpp index 9c7a7c0ab..d0d5c9844 100644 --- a/lib/uuid-syslog/src/syslog.cpp +++ b/lib/uuid-syslog/src/syslog.cpp @@ -122,7 +122,6 @@ void SyslogService::remove_queued_messages(uuid::log::Level level) { } log_message_id_ -= offset; - log_message_fails_ += offset; } void SyslogService::log_level(uuid::log::Level level) {