Skip to content

Commit 3ab833a

Browse files
authored
Log output is fixed. (#1139)
1 parent 60b13cd commit 3ab833a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

hazelcast/src/hazelcast/client/network.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,9 @@ ClientConnectionManagerImpl::initialize_client_on_cluster(
735735
(boost::format("Cannot set client state to %1%"
736736
" because current cluster id: %2%"
737737
" is different than expected cluster"
738-
" id: %3%"))
738+
" id: %3%") %
739+
client_state::INITIALIZED_ON_CLUSTER %
740+
cluster_id_ % target_cluster_id)
739741
.str());
740742
}
741743
}

0 commit comments

Comments
 (0)