Skip to content

Commit b0488fd

Browse files
committed
more index debugging
1 parent b10942e commit b0488fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/pdfile.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ namespace mongo {
10021002
}
10031003
catch (AssertionException& e) {
10041004
ss << " exception update index ";
1005-
problem() << " caught assertion update index " << idx.indexNamespace() << " " << e << endl;
1005+
problem() << " caught assertion update index " << idx.indexNamespace() << " " << e << " " << objNew["_id"] << endl;
10061006
}
10071007
}
10081008
}

0 commit comments

Comments
 (0)