summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/debug/debugcmd.cpp')
-rw-r--r--src/emu/debug/debugcmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/debug/debugcmd.cpp b/src/emu/debug/debugcmd.cpp
index 18f581361fd..38bff17b8c4 100644
--- a/src/emu/debug/debugcmd.cpp
+++ b/src/emu/debug/debugcmd.cpp
@@ -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();
}