[Debburn-changes] r816 - in cdrkit/trunk: . wodim

93sam at alioth.debian.org 93sam at alioth.debian.org
Tue Oct 21 23:52:05 UTC 2008


Author: 93sam
Date: 2008-10-21 23:52:05 +0000 (Tue, 21 Oct 2008)
New Revision: 816

Modified:
   cdrkit/trunk/Changelog
   cdrkit/trunk/wodim/drv_mmc.c
Log:
  * wodim: In -msinfo mode, only suggest dvd+rw-mediainfo in verbose mode.
    Thanks to Michael Karcher <debian at mkarcher.dialup.fu-berlin.de> for the
    patch.



Modified: cdrkit/trunk/Changelog
===================================================================
--- cdrkit/trunk/Changelog	2008-05-25 22:47:21 UTC (rev 815)
+++ cdrkit/trunk/Changelog	2008-10-21 23:52:05 UTC (rev 816)
@@ -1,3 +1,13 @@
+cdrkit (1.1.9) UNRELEASED; urgency=low
+
+  [ Steve McIntyre ]
+  * wodim: In -msinfo mode, only suggest dvd+rw-mediainfo in verbose mode.
+    Thanks to Michael Karcher <debian at mkarcher.dialup.fu-berlin.de> for the
+    patch.
+  * 
+
+ -- Steve McIntyre <93sam at debian.org>  Wed, 22 Oct 2008 12:47:38 +0100
+
 cdrkit (1.1.8) RELEASED; urgency=low
 
   [ Steve McIntyre ]

Modified: cdrkit/trunk/wodim/drv_mmc.c
===================================================================
--- cdrkit/trunk/wodim/drv_mmc.c	2008-05-25 22:47:21 UTC (rev 815)
+++ cdrkit/trunk/wodim/drv_mmc.c	2008-10-21 23:52:05 UTC (rev 816)
@@ -1507,7 +1507,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;
 		*/




More information about the Debburn-changes mailing list