Minimalize reboot message
This commit is contained in:
parent
1fff9a8306
commit
047329cf20
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue