This commit is contained in:
dwight
2011-01-02 17:08:36 -05:00
parent 4f54f4c2fa
commit 6c1cdf7d2e

View File

@@ -875,7 +875,7 @@ namespace mongo {
cout << "It is recommended that you start with journalling enabled so that recovery may occur." << endl;
cout << "Alternatively (not recommended), you can backup everything, then delete the journal files, and run --repair" << endl;
cout << "**************" << endl;
uasserted(13597, "can't start without --dur enabled when journal/ files are present");
uasserted(13618, "can't start without --dur enabled when journal/ files are present");
}
}
#endif