mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
better index debugging
This commit is contained in:
parent
02b4507e84
commit
b8337b7af2
@ -830,7 +830,7 @@ namespace mongo {
|
||||
}
|
||||
|
||||
if ( !ok && logMissing ) {
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user