summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDwight <dwight@10gen.com>2010-08-30 12:36:39 -0400
committerEliot Horowitz <eliot@10gen.com>2010-09-15 14:26:42 -0400
commit760fd054e396e17b0071429174959143b7f5f4a2 (patch)
tree1f5d6bd4664a52041c8b8c58e5812587b3e59da8
parentc533ddf1699eae72a7e52ea5706d1da1b70db8e4 (diff)
downloadmongo-760fd054e396e17b0071429174959143b7f5f4a2.tar.gz
crazy buildbot warnings
-rw-r--r--db/lasterror.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/lasterror.cpp b/db/lasterror.cpp
index 7fdb8a145a9..12fc694eb3b 100644
--- a/db/lasterror.cpp
+++ b/db/lasterror.cpp
@@ -37,7 +37,7 @@ namespace mongo {
/* might be intentional (non-user thread) */
DEV {
static unsigned n;
- if( ++n < 4 && !isShell ) log() << "warning dev: lastError==0 won't report:" << msg << endl;
+ if( ++n < 4 && !isShell ) log() << "dev: lastError==0 won't report:" << msg << endl;
}
} else if ( le->disabled ) {
log() << "lastError disabled, can't report: " << code << ":" << msg << endl;