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

Eduard Bloch blade at alioth.debian.org
Thu Mar 15 23:56:45 CET 2007


Author: blade
Date: 2007-03-15 22:56:45 +0000 (Thu, 15 Mar 2007)
New Revision: 708

Modified:
   cdrkit/trunk/Changelog
   cdrkit/trunk/wodim/wodim.c
Log:
telling the track size in the info message when guessing, and more changelog tags

Modified: cdrkit/trunk/Changelog
===================================================================
--- cdrkit/trunk/Changelog	2007-03-15 22:41:50 UTC (rev 707)
+++ cdrkit/trunk/Changelog	2007-03-15 22:56:45 UTC (rev 708)
@@ -5,6 +5,7 @@
     /dev/class/scsi_generic contents
   * Dealing with the last newline char when processing
     /proc/sys/dev/cdrom/info contents
+  * print the track size in the info message when guessing
   * added some missing or probably missing definitions in
     wodim/CMakeLists.txt, restoring the reading from inf files
   * passing through the real file size to the UDF generator. Creating

Modified: cdrkit/trunk/wodim/wodim.c
===================================================================
--- cdrkit/trunk/wodim/wodim.c	2007-03-15 22:41:50 UTC (rev 707)
+++ cdrkit/trunk/wodim/wodim.c	2007-03-15 22:56:45 UTC (rev 708)
@@ -3794,7 +3794,7 @@
       key="Can write DVD-R:";
 		}
 
-		fprintf(stderr, "INFO: no device specified, looking for %s drive...\n", type);
+		fprintf(stderr, "INFO: no device specified, looking for a %s drive to store %.2f MiB...\n", type, (float)filesize/1048576.0);
 		if(0==stat(guessdev, &statbuf))
 			result=guessdev;
 		else if(0!= (fh = fopen("/proc/sys/dev/cdrom/info", "r")) ) {




More information about the Debburn-changes mailing list