Skip to content

Commit

Permalink
suppress shard version messages SERVER-3889
Browse files Browse the repository at this point in the history
  • Loading branch information
gregs committed Oct 13, 2011
1 parent 161bc6b commit 836a757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s/shard_version.cpp
Expand Up @@ -141,7 +141,7 @@ namespace mongo {
}

if( version == 0 ){
LOG(0) << "resetting shard version of " << ns << " on " << conn->getServerAddress() << ", " <<
LOG(2) << "resetting shard version of " << ns << " on " << conn->getServerAddress() << ", " <<
( ! isSharded ? "no longer sharded" :
( ! manager ? "no chunk manager found" :
"version is zero" ) ) << endl;
Expand Down

0 comments on commit 836a757

Please sign in to comment.