summaryrefslogtreecommitdiff
path: root/db/repl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'db/repl.cpp')
-rw-r--r--db/repl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/repl.cpp b/db/repl.cpp
index 309b0e33ff6..e30695842bd 100644
--- a/db/repl.cpp
+++ b/db/repl.cpp
@@ -1693,6 +1693,7 @@ namespace mongo {
}
}
else {
+ log(5) << "couldn't logKeepalive" << endl;
toSleep = 1;
}
}