summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2011-02-07 16:42:35 -0500
committerEliot Horowitz <eliot@10gen.com>2011-02-07 16:42:35 -0500
commit1ef1e7f2b8d89d98f0daf667d459a45e20e5582a (patch)
treefed75e9a9456a0f0b906145d54df86e2c0d7d54a /client
parente0000924d4e5b1f6fd6af8c35ae3f29123d7bbde (diff)
downloadmongo-1ef1e7f2b8d89d98f0daf667d459a45e20e5582a.tar.gz
less chatty ReplicaSetMonitor for c++ client SERVER-2490
Diffstat (limited to 'client')
-rw-r--r--client/dbclient_rs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/dbclient_rs.cpp b/client/dbclient_rs.cpp
index 2cc5651439f..f5aafb0c568 100644
--- a/client/dbclient_rs.cpp
+++ b/client/dbclient_rs.cpp
@@ -100,7 +100,7 @@ namespace mongo {
string name = i->first;
if ( seen.count( name ) )
continue;
- LOG(0) << "checking replica set: " << name << endl;
+ LOG(1) << "checking replica set: " << name << endl;
seen.insert( name );
m = i->second;
break;