quieter on test run

This commit is contained in:
Dwight Merriman
2010-05-23 15:07:32 -04:00
parent 27f5790d11
commit 608ef69bc4
5 changed files with 9 additions and 9 deletions

View File

@@ -330,13 +330,13 @@ namespace mongo {
receivedKillCursors(m);
}
else {
out() << " operation isn't supported: " << op << endl;
mongo::log() << " operation isn't supported: " << op << endl;
currentOp.done();
log = true;
}
}
catch ( AssertionException& e ) {
problem() << " Caught Assertion in " << opToString(op) << " , continuing" << endl;
tlog() << " Caught Assertion in " << opToString(op) << " , continuing" << endl;
ss << " exception " + e.toString();
log = true;
}