Skip to content

Commit 4e3c669

Browse files
authored
Fix[mqb]: Dev/improve panic proxy log (#898)
Signed-off-by: dorjesinpo <[email protected]>
1 parent eaeb544 commit 4e3c669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/groups/mqb/mqbnet/mqbnet_clusteractivenodemanager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ void ClusterActiveNodeManager::onNewActiveNode(ClusterNode* node)
228228
return; // RETURN
229229
}
230230

231-
BALL_LOG_INFO << d_description << ": is now using node '"
231+
BALL_LOG_INFO << d_description << ": is healthy and using node '"
232232
<< node->nodeDescription() << "' as active.";
233233

234234
d_activeNodeIt = d_nodes.find(node);

0 commit comments

Comments
 (0)