0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

crazy buildbot warnings

This commit is contained in:
Dwight 2010-08-30 12:36:39 -04:00
parent d3a929bf1e
commit ea07af3968

View File

@ -37,7 +37,7 @@ namespace mongo {
/* might be intentional (non-user thread) */ /* might be intentional (non-user thread) */
DEV { DEV {
static unsigned n; 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 ) { } else if ( le->disabled ) {
log() << "lastError disabled, can't report: " << code << ":" << msg << endl; log() << "lastError disabled, can't report: " << code << ":" << msg << endl;