mirror of
https://github.com/ksherlock/ample.git
synced 2025-02-20 16:29:07 +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
|
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];
|
[self appendString: string];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user