text
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user