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:
parent
d3a929bf1e
commit
ea07af3968
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user