[Pkg-uml-commit] r184 - trunk/src/rootstrap

Mattia Dongili malattia at costa.debian.org
Thu Aug 31 20:43:53 UTC 2006


Author: malattia
Date: 2006-08-31 20:43:53 +0000 (Thu, 31 Aug 2006)
New Revision: 184

Modified:
   trunk/src/rootstrap/builder
Log:
More debug prints

Modified: trunk/src/rootstrap/builder
===================================================================
--- trunk/src/rootstrap/builder	2006-08-31 20:42:22 UTC (rev 183)
+++ trunk/src/rootstrap/builder	2006-08-31 20:43:53 UTC (rev 184)
@@ -54,6 +54,7 @@
 
                 if status != 0:
 	            if "debug" in vars and vars["debug"] == "true":
+			print "Module %s failed with %d" % (module,status)
 	                debug_exit = os.spawnle(os.P_WAIT, "/bin/sh", "/bin/sh", vars)
 			if debug_exit == 1:
 			    continue




More information about the Pkg-uml-commit mailing list