0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

more index debugging

This commit is contained in:
Eliot Horowitz 2011-02-28 16:09:48 -05:00
parent b10942e94d
commit b0488fdf7c

View File

@ -1002,7 +1002,7 @@ namespace mongo {
}
catch (AssertionException& e) {
ss << " exception update index ";
problem() << " caught assertion update index " << idx.indexNamespace() << " " << e << endl;
problem() << " caught assertion update index " << idx.indexNamespace() << " " << e << " " << objNew["_id"] << endl;
}
}
}