Minimalize reboot message

This commit is contained in:
RadWolfie 2018-08-17 04:41:40 -05:00
parent 1fff9a8306
commit 047329cf20
1 changed files with 1 additions and 3 deletions

View File

@ -914,9 +914,7 @@ void CxbxKrnlMain(int argc, char* argv[])
freopen(DebugFileName.c_str(), ((BootFlags == DebugMode::DM_NONE) ? "wt" : "at"), stdout);
// Append separator for better readability after reboot.
if (BootFlags != DebugMode::DM_NONE) {
std::cout << " " << std::endl
<< "\/\/\/REBOOT\/\/\/REBOOT\/\/\/REBOOT\/\/\/REBOOT\/\/\/REBOOT\/\/\/" << std::endl
<< " " << std::endl;
std::cout << "\n------REBOOT------REBOOT------REBOOT------REBOOT------REBOOT------" << std::endl;
}
}
else {