We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5281b commit 90df9a7Copy full SHA for 90df9a7
src/mongo/db/repl/replication_coordinator_impl.cpp
@@ -3128,7 +3128,7 @@ Status ReplicationCoordinatorImpl::updateTerm(long long term) {
3128
3129
bool ReplicationCoordinatorImpl::_updateTerm_incallback(long long term) {
3130
if (!isV1ElectionProtocol()) {
3131
- warning() << "Cannot update term in election protocol version 0";
+ LOG(3) << "Cannot update term in election protocol version 0";
3132
return false;
3133
}
3134
0 commit comments