Making visible the new NOTE and HINT about busy alleged hard disks
This commit is contained in:
parent
67ca4a251a
commit
39198ff8cb
@ -8028,11 +8028,15 @@ int Cdrskin_create(struct CdrskiN **o, struct CdrpreskiN **preskin,
|
|||||||
printf("cdrskin: scanning for devices ...\n");
|
printf("cdrskin: scanning for devices ...\n");
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
|
|
||||||
|
#ifdef Cdrskin_libburn_has_burn_msgS
|
||||||
|
if(skin->preskin->verbosity<Cdrskin_verbose_debuG)
|
||||||
|
burn_msgs_set_severities("NEVER", "NOTE", "cdrskin: ");
|
||||||
|
#endif
|
||||||
|
|
||||||
/* In cdrskin there is not much sense in queueing library messages.
|
/* In cdrskin there is not much sense in queueing library messages.
|
||||||
It is done here only for testing it from time to time */
|
It is done here only for testing it from time to time */
|
||||||
Cdrpreskin_queue_msgs(skin->preskin,1);
|
Cdrpreskin_queue_msgs(skin->preskin,1);
|
||||||
|
|
||||||
|
|
||||||
#ifndef Cdrskin_oldfashioned_api_usE
|
#ifndef Cdrskin_oldfashioned_api_usE
|
||||||
if(stdio_drive) {
|
if(stdio_drive) {
|
||||||
ret= burn_drive_scan_and_grab(&(skin->drives),skin->preskin->device_adr,0);
|
ret= burn_drive_scan_and_grab(&(skin->drives),skin->preskin->device_adr,0);
|
||||||
@ -8053,6 +8057,11 @@ int Cdrskin_create(struct CdrskiN **o, struct CdrpreskiN **preskin,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef Cdrskin_libburn_has_burn_msgS
|
||||||
|
burn_msgs_set_severities(skin->preskin->queue_severity,
|
||||||
|
skin->preskin->print_severity, "cdrskin: ");
|
||||||
|
#endif
|
||||||
|
|
||||||
/* This prints the eventual queued messages */
|
/* This prints the eventual queued messages */
|
||||||
Cdrpreskin_queue_msgs(skin->preskin,0);
|
Cdrpreskin_queue_msgs(skin->preskin,0);
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2008.07.14.112935"
|
#define Cdrskin_timestamP "2008.07.14.113050"
|
||||||
|
Loading…
Reference in New Issue
Block a user