Subject: wodim: Prints hint to use dvd+rw-mediainfo on -msinfo invocation
Package: wodim
Version: 9:1.1.6-1
Severity: normal
*** Please type your report below this line ***
"wodim -msinfo dev=/dev/sr0" outputs on my system:
HINT: use dvd+rw-mediainfo from dvd+rw-tools for information extraction.
0,0
The extra first line is confusing programs like gnomebaker, so multisession
disks cannot be created. I also consider it as quite useless in this case.
A patch that prints this hint only in verbose mode is attached.
Greetings,
Michael Karcher
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'stable'), (490, 'unstable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.23-rc1 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages wodim depends on:
ii libc6 2.6-2 GNU C Library: Shared libraries
ii libcap1 1:1.10-14 support for getting/setting POSIX.
Versions of packages wodim recommends:
ii genisoimage 9:1.1.6-1 Creates ISO-9660 CD-ROM filesystem
-- no debconf information
--- cdrkit-1.1.6.orig/wodim/drv_mmc.c
+++ cdrkit-1.1.6/wodim/drv_mmc.c
@@ -1503,7 +1503,8 @@
dstat_t *dsp = dp->cdr_dstat;
struct track_info track_info;
- printf("HINT: use dvd+rw-mediainfo from dvd+rw-tools for information
extraction.\n");
+ if(lverbose)
+ printf("HINT: use dvd+rw-mediainfo from dvd+rw-tools for
information extraction.\n");
/* if(getdisktype_mmc(usalp, dp)<0)
return -1;
*/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]