summaryrefslogtreecommitdiff
path: root/s
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-09-17 11:46:59 -0400
committerEliot Horowitz <eliot@10gen.com>2010-09-17 11:46:59 -0400
commit9783a7fd3da8659a05f3aa7060a8470002f1f096 (patch)
treef13892a97dd87231251f4e88fc0155d58b648ed5 /s
parentd78667f289c6a336b100b629b3feb126d6954d90 (diff)
downloadmongo-9783a7fd3da8659a05f3aa7060a8470002f1f096.tar.gz
turn down logging level on meta data version mismatch
Diffstat (limited to 's')
-rw-r--r--s/d_logic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/s/d_logic.cpp b/s/d_logic.cpp
index 6840935c90b..62288edde46 100644
--- a/s/d_logic.cpp
+++ b/s/d_logic.cpp
@@ -60,7 +60,7 @@ namespace mongo {
return false;
}
- log() << "shardVersionOk failed ns:(" << ns << ") op:(" << opToString(op) << ") " << errmsg << endl;
+ log(1) << "connection meta data too old - will retry ns:(" << ns << ") op:(" << opToString(op) << ") " << errmsg << endl;
if ( doesOpGetAResponse( op ) ){
assert( dbresponse );