Skip to content

Commit

Permalink
Merge pull request #2093 from Expensify/tyler-demote-sync-warning
Browse files Browse the repository at this point in the history
Demote inactionable warning
  • Loading branch information
puneetlath authored Feb 11, 2025
2 parents 186daea + 1b4600d commit d6e9ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BedrockServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ void BedrockServer::runCommand(unique_ptr<BedrockCommand>&& _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}});
}
}

Expand Down

0 comments on commit d6e9ace

Please sign in to comment.