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 02b4507 commit b8337b7Copy full SHA for b8337b7
db/pdfile.cpp
@@ -830,7 +830,7 @@ namespace mongo {
830
}
831
832
if ( !ok && logMissing ) {
833
- log() << "unindex failed (key too big?) " << id.indexNamespace() << " key: " << j << endl;
+ log() << "unindex failed (key too big?) " << id.indexNamespace() << " key: " << j << " obj _id: " << obj["_id"] << endl;
834
835
836
0 commit comments