We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b10942e commit b0488fdCopy full SHA for b0488fd
db/pdfile.cpp
@@ -1002,7 +1002,7 @@ namespace mongo {
1002
}
1003
catch (AssertionException& e) {
1004
ss << " exception update index ";
1005
- problem() << " caught assertion update index " << idx.indexNamespace() << " " << e << endl;
+ problem() << " caught assertion update index " << idx.indexNamespace() << " " << e << " " << objNew["_id"] << endl;
1006
1007
1008
0 commit comments