Skip to content

Commit b10942e

Browse files
committed
better index error logging
1 parent 95e224e commit b10942e

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
@@ -1063,7 +1063,7 @@ namespace mongo {
10631063
// dup key exception, presumably.
10641064
throw;
10651065
}
1066-
problem() << " caught assertion _indexRecord " << idx.indexNamespace() << endl;
1066+
problem() << " caught assertion _indexRecord " << idx.indexNamespace() << " " << obj["_id"] << endl;
10671067
}
10681068
}
10691069
}

0 commit comments

Comments
 (0)