mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
put logging back
This commit is contained in:
parent
0bfebe3431
commit
fc4ce49781
@ -78,7 +78,6 @@ public:
|
||||
break;
|
||||
|
||||
assert( len < BUF_SIZE );
|
||||
|
||||
|
||||
try {
|
||||
BSONObj o = fromjson( line );
|
||||
@ -86,7 +85,7 @@ public:
|
||||
}
|
||||
catch ( MsgAssertionException ma ){
|
||||
cout << "exception:" << ma.toString() << endl;
|
||||
//cout << line << endl;
|
||||
cout << line << endl;
|
||||
}
|
||||
|
||||
if ( ++num % 10000 == 0 ){
|
||||
|
Loading…
Reference in New Issue
Block a user