Skip to content

Commit 8d2c471

Browse files
committed
enhance the logging per review feedback.
1 parent acb6665 commit 8d2c471

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Replicator/Replicator.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -613,8 +613,7 @@ namespace litecore::repl {
613613
// guarded against in WebSocketImpl::onConnect. However, LoopbackWebSocket does
614614
// not go throuth WebSocketImpl. We catch the case here.
615615
if ( _connectionState != Connection::kConnecting ) {
616-
logInfo("Method=_onConnect connectionState=%d Replicator is not in Connecting state, ignoring _onConnect",
617-
_connectionState);
616+
logInfo("Replicator not in connecting state (connectionState=%d); ignoring onConnect.", _connectionState);
618617
return;
619618
}
620619

0 commit comments

Comments
 (0)