summaryrefslogtreecommitdiff
path: root/db/repl.cpp
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-06-08 11:37:30 -0400
committerEliot Horowitz <eliot@10gen.com>2010-06-08 11:37:30 -0400
commit9255178783ad6b3d694947572967d1dc87eeeacf (patch)
tree0d5975fab8f67b370d2cc80beb6720a5937c12a2 /db/repl.cpp
parent8218be7cbceaa5f104dd7567e333f26464916069 (diff)
downloadmongo-9255178783ad6b3d694947572967d1dc87eeeacf.tar.gz
some asserts
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;
}
}