We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb6665 commit 8d2c471Copy full SHA for 8d2c471
1 file changed
Replicator/Replicator.cc
@@ -613,8 +613,7 @@ namespace litecore::repl {
613
// guarded against in WebSocketImpl::onConnect. However, LoopbackWebSocket does
614
// not go throuth WebSocketImpl. We catch the case here.
615
if ( _connectionState != Connection::kConnecting ) {
616
- logInfo("Method=_onConnect connectionState=%d Replicator is not in Connecting state, ignoring _onConnect",
617
- _connectionState);
+ logInfo("Replicator not in connecting state (connectionState=%d); ignoring onConnect.", _connectionState);
618
return;
619
}
620
0 commit comments