Small change with debug verbosity of abort handler
This commit is contained in:
parent
b12a1bc1fa
commit
868ebb921a
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2007.10.19.115326"
|
||||
#define Cdrskin_timestamP "2007.10.19.132821"
|
||||
|
@ -292,8 +292,9 @@ int burn_builtin_abort_handler(void *handle, int signum, int flag)
|
||||
struct burn_drive *d;
|
||||
|
||||
#ifdef Libburn_signal_handler_verbouS
|
||||
fprintf(stderr, "libburn_ABORT: pid = %d , abort_control_pid = %d\n",
|
||||
getpid(), abort_control_pid);
|
||||
fprintf(stderr,
|
||||
"libburn_ABORT: pid = %d , abort_control_pid = %d , sig= %d\n",
|
||||
getpid(), abort_control_pid, signum);
|
||||
#endif
|
||||
|
||||
/* ts A70928:
|
||||
|
Loading…
Reference in New Issue
Block a user