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:
parent
b10942e94d
commit
b0488fdf7c
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user