Made small improvement with debug message

This commit is contained in:
Thomas Schmitt 2006-09-23 18:34:59 +00:00
parent 187fc90edf
commit 6e01855f40
2 changed files with 3 additions and 3 deletions

View File

@ -2901,8 +2901,8 @@ int Cdrskin_scanbus(struct CdrskiN *skin, int flag)
if((ret%1000)==busno) {
skipped_devices++;
if(skin->verbosity>=Cdrskin_verbose_debuG)
ClN(fprintf(stderr,"cdrskin_debug: skipping drive '%s'\n",
btldev));
ClN(fprintf(stderr,"cdrskin_debug: skipping drive '%s%s'\n",
((ret/1000)==2?"ATA:":""), btldev));
}
continue;
}

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2006.09.23.182444"
#define Cdrskin_timestamP "2006.09.23.183608"