this annoying message happens always when debugger is closed
change to BX_INFO
This commit is contained in:
parent
8abfde13d7
commit
e960e574f4
@ -595,7 +595,7 @@ void terminateEmul(int reason)
|
||||
|
||||
switch (reason) {
|
||||
case EXIT_GUI_SHUTDOWN:
|
||||
BX_FATAL(("Window closed, exiting!"));
|
||||
BX_INFO(("Window closed, exiting!"));
|
||||
break;
|
||||
case EXIT_GMH_FAILURE:
|
||||
BX_FATAL(("GetModuleHandle failure!"));
|
||||
|
Loading…
Reference in New Issue
Block a user