Skip to content

Commit b8337b7

Browse files
committed
better index debugging
1 parent 02b4507 commit b8337b7

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
@@ -830,7 +830,7 @@ namespace mongo {
830830
}
831831

832832
if ( !ok && logMissing ) {
833-
log() << "unindex failed (key too big?) " << id.indexNamespace() << " key: " << j << endl;
833+
log() << "unindex failed (key too big?) " << id.indexNamespace() << " key: " << j << " obj _id: " << obj["_id"] << endl;
834834
}
835835
}
836836
}

0 commit comments

Comments
 (0)