0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

better err msg rs

This commit is contained in:
dwight 2010-06-17 20:03:36 +01:00
parent ae6c7a2779
commit 2aa0d1fa57

View File

@ -193,7 +193,7 @@ namespace mongo {
_members.push(mi);
}
}
assert( me == 1 );
uassert( 13302, "replSet : can't find self in the repl set configuration", me == 1 );
/* if( save ) {
_cfg->save();