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}}); } }