mispelling
This commit is contained in:
@@ -922,7 +922,7 @@ namespace mongo {
|
||||
if( !cmdLine.dur && dur::haveJournalFiles() ) {
|
||||
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 journalling enabled so that recovery may occur." << 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");
|
||||
@@ -946,7 +946,7 @@ namespace mongo {
|
||||
if( !cmdLine.dur && dur::haveJournalFiles() ) {
|
||||
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 journalling enabled so that recovery may occur." << 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(13618, "can't start without --dur enabled when journal/ files are present");
|
||||
|
||||
Reference in New Issue
Block a user