Skip to content

Commit

Permalink
Merge pull request #1122 from Expensify/master
Browse files Browse the repository at this point in the history
Update expensify_prod branch
  • Loading branch information
pecanoro authored Oct 28, 2021
2 parents f652631 + 2fdc9ea commit 66b3444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlitecluster/SQLiteNode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1887,7 +1887,7 @@ void SQLiteNode::_onDisconnect(Peer* peer) {
/// know it. Not cool!
///
if (peer->socket && peer->socket->sendBufferCopy().find("ESCALATE_RESPONSE") != string::npos)
PWARN("Initiating follower died before receiving response to escalation: " << peer->socket->sendBufferCopy());
PWARN("Initiating follower died before receiving response to escalation");

/// - Verify we didn't just lose contact with our leader. This should
/// only be possible if we're SUBSCRIBING or FOLLOWING. If we did lose our
Expand Down

0 comments on commit 66b3444

Please sign in to comment.