[Debburn-changes] r636 - cdrkit/trunk/wodim

Eduard Bloch blade at alioth.debian.org
Wed Dec 27 14:55:27 CET 2006


Author: blade
Date: 2006-12-27 14:55:26 +0100 (Wed, 27 Dec 2006)
New Revision: 636

Modified:
   cdrkit/trunk/wodim/drv_mmc.c
Log:
Print Speed set... information to stderr, no frontend in Debian reads it AFAIKS whatsoever

Modified: cdrkit/trunk/wodim/drv_mmc.c
===================================================================
--- cdrkit/trunk/wodim/drv_mmc.c	2006-12-27 13:04:14 UTC (rev 635)
+++ cdrkit/trunk/wodim/drv_mmc.c	2006-12-27 13:55:26 UTC (rev 636)
@@ -1938,7 +1938,7 @@
 
 	if (scsi_get_speed(usalp, 0, &val) >= 0) {
 		if (val > 0) {
-		        printf("Speed set to %d KB/s\n", val); 
+		        fprintf(stderr, "Speed set to %d KB/s\n", val); 
 			curspeed = val / 176;
 			*speedp = curspeed;
 		}




More information about the Debburn-changes mailing list