0
0
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:
Eliot Horowitz 2011-02-26 01:00:36 -05:00
parent 02b4507e84
commit b8337b7af2

View File

@ -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;
}
}
}