Small change with debug verbosity of abort handler

This commit is contained in:
Thomas Schmitt 2007-10-19 13:27:59 +00:00
parent cd84357589
commit 2d131a1741
2 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2007.10.19.115326"
#define Cdrskin_timestamP "2007.10.19.132821"

View File

@ -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: