summaryrefslogtreecommitdiff
path: root/db/repl/rs_sync.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'db/repl/rs_sync.cpp')
-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;
}