mirror of
https://github.com/ksherlock/ample.git
synced 2025-02-18 17:30:37 +00:00
include signal number when killed by a signal
This commit is contained in:
parent
9323151102
commit
e3edc368fe
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user