This commit is contained in:
Dwight
2011-03-21 12:05:45 -04:00
parent 1d633a13e1
commit 47e564f47c

View File

@@ -940,10 +940,10 @@ namespace mongo {
// Not related to lock file, but this is where we handle unclean shutdown
if( !cmdLine.dur && dur::haveJournalFiles() ) {
cout << "**************" << endl;
cout << "Error: journal files are present in journal directory, yet starting without --dur enabled." << endl;
cout << "Error: journal files are present in journal directory, yet starting without --journal enabled." << endl;
cout << "It is recommended that you start with journaling enabled so that recovery may occur." << endl;
cout << "**************" << endl;
uasserted(13597, "can't start without --dur enabled when journal/ files are present");
uasserted(13597, "can't start without --journal enabled when journal/ files are present");
}
#ifdef WIN32