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

better message

This commit is contained in:
Alberto Lerner 2010-09-11 09:42:29 -04:00
parent fc92d29a25
commit e0a7a139ca

View File

@ -641,7 +641,8 @@ namespace mongo {
sleepmillis(10 * (3-tries));
sleepsecs(10);
}
msgasserted(13282, "Couldn't load a valid config for " + _ns + " after 3 tries. Giving up");
msgasserted(13282, "Couldn't load a valid config for " + _ns + " after 3 attempts. Please try again.");
}