From 1b4600d62304c29a2817b807be55b8427c75e195 Mon Sep 17 00:00:00 2001 From: Tyler Karaszewski Date: Mon, 10 Feb 2025 15:14:09 -0800 Subject: [PATCH] Demote inactionable warning --- BedrockServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BedrockServer.cpp b/BedrockServer.cpp index 2ae0175ec..69b44215d 100644 --- a/BedrockServer.cpp +++ b/BedrockServer.cpp @@ -760,7 +760,7 @@ void BedrockServer::runCommand(unique_ptr&& _command, bool isBlo if (result) { SINFO("Synchronizing while accepting commands; successfully forwarded the command to peer", {{"command", command->request.methodLine}}); } else { - SWARN("Synchronizing while accepting commands, but failed to forward the command to peer.", {{"command", command->request.methodLine}}); + SHMMM("Synchronizing while accepting commands, but failed to forward the command to peer.", {{"command", command->request.methodLine}}); } }