Don't log first operation, which is now coming from a DBDirectClient

This commit is contained in:
Aaron
2009-03-06 13:18:22 -05:00
parent 0e663e18c1
commit 384864c5b9

View File

@@ -239,7 +239,7 @@ namespace mongo {
}
}
ms = t.millis();
log = log || (ctr++ % 512 == 0 && !quiet);
log = log || (++ctr % 512 == 0 && !quiet);
DEV log = true;
if ( log || ms > 100 ) {
ss << ' ' << t.millis() << "ms";