0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
This commit is contained in:
dwight 2010-06-26 20:29:39 -04:00
parent 731caf391b
commit 08f817ea2a

View File

@ -256,7 +256,7 @@ namespace mongo {
}
catch( DBException& e) {
version = v;
log(level) << "replSet load config couldn't load " << h.toString() << ' ' << e.what() << rsLog;
log(level) << "replSet load config couldn't get from " << h.toString() << ' ' << e.what() << rsLog;
return;
}