mirror of
https://github.com/ksherlock/ample.git
synced 2026-04-20 15:16:56 +00:00
include signal number when killed by a signal
This commit is contained in:
@@ -198,8 +198,7 @@ static NSURL *MameWorkingDirectory(void) {
|
||||
}
|
||||
else
|
||||
{
|
||||
string = @"\n\n[Caught signal]\n\n";
|
||||
|
||||
string = [NSString stringWithFormat: @"\n\n[Caught signal %d (%s)]\n\n", status, strsignal(status)];
|
||||
}
|
||||
|
||||
[self appendString: string];
|
||||
|
||||
Reference in New Issue
Block a user