summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristina <kristina@10gen.com>2011-08-30 11:18:30 -0400
committerKristina <kristina@10gen.com>2011-08-30 11:18:45 -0400
commit6b61f6a212899ebfa21e1ca49d9954fce797bc80 (patch)
treeb4de69b7a7f6e26f5bdc144e5806ca161cdf823b
parent9fd22cb86de06cbb4b710e4d399f81b9a709f4f3 (diff)
downloadmongo-6b61f6a212899ebfa21e1ca49d9954fce797bc80.tar.gz
change log to warning SERVER-3712
-rw-r--r--db/repl/rs_sync.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/repl/rs_sync.cpp b/db/repl/rs_sync.cpp
index 5fe3075c0f7..b29328b5935 100644
--- a/db/repl/rs_sync.cpp
+++ b/db/repl/rs_sync.cpp
@@ -553,7 +553,7 @@ namespace mongo {
rwlock lk( _lock , false );
MAP::iterator i = _ghostCache.find( rid );
if ( i == _ghostCache.end() ) {
- OCCASIONALLY log() << "couldn't update slave " << rid << " no entry" << rsLog;
+ OCCASIONALLY warning() << "couldn't update slave " << rid << " no entry" << rsLog;
return;
}