Skip to content

Commit

Permalink
Merge pull request #1192 from Expensify/main
Browse files Browse the repository at this point in the history
Update expensify_prod branch
  • Loading branch information
rafecolton authored Feb 8, 2022
2 parents 0da6617 + b822161 commit 6d0f1c7
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 @@ -1119,7 +1119,7 @@ void BedrockServer::worker(int threadId)
--retry;

if (!retry) {
SINFO("Max retries hit in worker, sending '" << command->request.methodLine << "' to blocking queue.");
SINFO("Max retries hit in worker, sending '" << command->request.methodLine << "' to blocking queue with size " << _blockingCommandQueue.size());
_blockingCommandQueue.push(move(command));
}
}
Expand Down

0 comments on commit 6d0f1c7

Please sign in to comment.