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:
parent
ae6c7a2779
commit
2aa0d1fa57
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user