remove non-recomended alternative SERVER-2711

This commit is contained in:
Mathias Stearn
2011-03-18 03:20:38 -04:00
parent f525eff5dd
commit 9a5cc45fcc

View File

@@ -942,7 +942,6 @@ namespace mongo {
cout << "**************" << endl;
cout << "Error: journal files are present in journal directory, yet starting without --dur enabled." << endl;
cout << "It is recommended that you start with journaling 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");
}