log less during unit tests

This commit is contained in:
Dwight
2010-05-19 12:11:17 -04:00
parent ec4b5cb367
commit c830be1477
12 changed files with 30 additions and 18 deletions

View File

@@ -1494,7 +1494,7 @@ namespace mongo {
ss << " " << report->filename << ":" << report->lineno;
}
log() << ss.str() << endl;
tlog() << ss.str() << endl;
if ( currentScope.get() ){
currentScope->gotError( ss.str() );