(nw) debugcmd : exiting isn't an error

This commit is contained in:
Robbbert 2017-12-01 10:25:54 +11:00
parent 08e2b24551
commit c00efe9e95

View File

@ -762,7 +762,7 @@ void debugger_commands::execute_tracesym(int ref, const std::vector<std::string>
void debugger_commands::execute_quit(int ref, const std::vector<std::string> &params)
{
osd_printf_error("Exited via the debugger\n");
osd_printf_warning("Exited via the debugger\n");
m_machine.schedule_exit();
}