From 39198ff8cb52d7b455a67e08775c70dd3472e547 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 14 Jul 2008 11:30:09 +0000 Subject: [PATCH] Making visible the new NOTE and HINT about busy alleged hard disks --- cdrskin/cdrskin.c | 11 ++++++++++- cdrskin/cdrskin_timestamp.h | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/cdrskin/cdrskin.c b/cdrskin/cdrskin.c index 4af742e..3c52053 100644 --- a/cdrskin/cdrskin.c +++ b/cdrskin/cdrskin.c @@ -8028,11 +8028,15 @@ int Cdrskin_create(struct CdrskiN **o, struct CdrpreskiN **preskin, printf("cdrskin: scanning for devices ...\n"); fflush(stdout); +#ifdef Cdrskin_libburn_has_burn_msgS + if(skin->preskin->verbositypreskin,1); - #ifndef Cdrskin_oldfashioned_api_usE if(stdio_drive) { 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 */ Cdrpreskin_queue_msgs(skin->preskin,0); diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index 3435174..bcafadb 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2008.07.14.112935" +#define Cdrskin_timestamP "2008.07.14.113050"