mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
better message
This commit is contained in:
parent
fc92d29a25
commit
e0a7a139ca
@ -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.");
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user