mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-14 13:51:31 +00:00
Rename signal caught message to be more obvious
This commit is contained in:
parent
a0d6dc30cb
commit
d0c41a8d55
1 changed files with 2 additions and 2 deletions
|
@ -299,10 +299,10 @@ static void I_ReportSignal(int num, int coredumped)
|
|||
sigmsg = msg;
|
||||
}
|
||||
|
||||
I_OutputMsg("\nsignal_handler() error: %s\n", sigmsg);
|
||||
I_OutputMsg("\nProcess killed by signal: %s\n\n", sigmsg);
|
||||
|
||||
SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR,
|
||||
"Signal caught",
|
||||
"Process killed by signal",
|
||||
sigmsg, NULL);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue