this annoying message happens always when debugger is closed

change to BX_INFO
This commit is contained in:
Shwartsman 2024-01-21 16:30:54 +02:00
parent 8abfde13d7
commit e960e574f4

View File

@ -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!"));