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

Eduard Bloch blade at alioth.debian.org
Sat Dec 9 21:31:54 CET 2006


Author: blade
Date: 2006-12-09 21:31:54 +0100 (Sat, 09 Dec 2006)
New Revision: 602

Modified:
   cdrkit/trunk/wodim/wodim.c
Log:
Print wodim version along with other verbose messages... I wanna see which version we are talking about

Modified: cdrkit/trunk/wodim/wodim.c
===================================================================
--- cdrkit/trunk/wodim/wodim.c	2006-12-09 15:15:24 UTC (rev 601)
+++ cdrkit/trunk/wodim/wodim.c	2006-12-09 20:31:54 UTC (rev 602)
@@ -488,6 +488,10 @@
 		char	*vers;
 		char	*auth;
 
+
+		if(lverbose)
+       fprintf(stderr, "Wodim version: " CDRKIT_VERSION "\n");
+
 		vers = usal_version(0, SCG_VERSION);
 		auth = usal_version(0, SCG_AUTHOR);
 		if(lverbose >1 && auth && vers)




More information about the Debburn-changes mailing list