slightly better hb message MINOR
This commit is contained in:
@@ -171,11 +171,11 @@ namespace mongo {
|
||||
return const_cast<Member*>(m);
|
||||
}
|
||||
|
||||
sethbmsg( str::stream() << "couldn't find a member matching the sync criteria: " <<
|
||||
"\nstate? " << (secondaryOnly ? "2" : "none") <<
|
||||
"\nname? " << (name ? name : "none") <<
|
||||
"\n_id? " << id <<
|
||||
"\noptime? " << optime.toStringPretty() );
|
||||
sethbmsg( str::stream() << "couldn't find a member matching the sync criteria:" <<
|
||||
" state? " << (secondaryOnly ? "2" : "none") <<
|
||||
" name? " << (name ? name : "none") <<
|
||||
" _id? " << id <<
|
||||
" optime? " << optime.toStringPretty() );
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user