summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordwight <dwight@10gen.com>2010-08-31 03:03:09 -0400
committerEliot Horowitz <eliot@10gen.com>2010-09-15 14:53:20 -0400
commita215c88d23996fbcef8b70d9491e69683fe1cb5d (patch)
treefa401b9ff644f6acda4732a500e94cdd74986b56
parentb4007cc5610d8fba8fd7427c8441cca1c31bb9d5 (diff)
downloadmongo-a215c88d23996fbcef8b70d9491e69683fe1cb5d.tar.gz
lowercase
-rw-r--r--db/repl/rs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/repl/rs.cpp b/db/repl/rs.cpp
index 04813f05713..09a0e728330 100644
--- a/db/repl/rs.cpp
+++ b/db/repl/rs.cpp
@@ -266,7 +266,7 @@ namespace mongo {
loadLastOpTimeWritten();
}
catch(std::exception& e) {
- log() << "replSet ERROR FATAL couldn't query the local " << rsoplog << " collection. Terminating mongod after 30 seconds." << rsLog;
+ log() << "replSet error fatal couldn't query the local " << rsoplog << " collection. Terminating mongod after 30 seconds." << rsLog;
log() << e.what() << rsLog;
sleepsecs(30);
dbexit( EXIT_REPLICATION_ERROR );