Skip to content

Commit

Permalink
Merge pull request #1592 from Expensify/tyler-quiet-annoying-log
Browse files Browse the repository at this point in the history
Turn off annoying log line
  • Loading branch information
Joel Bettner authored Oct 10, 2023
2 parents a1a7afc + 0408a1c commit 229e014
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 @@ -671,7 +671,7 @@ void BedrockServer::worker(int threadId)
});

// Get the next one.
command = commandQueue.get(1000000, !threadId);
command = commandQueue.get(1000000);

SAUTOPREFIX(command->request);
SINFO("Dequeued command " << command->request.methodLine << " (" << command->id << ") in worker, "
Expand Down

0 comments on commit 229e014

Please sign in to comment.