[Extras-cauldron-commits] r159 - trunk/buildme/tools

ed_ at garage.maemo.org ed_ at garage.maemo.org
Fri Jan 22 20:44:36 EET 2010


Author: ed_
Date: 2010-01-22 20:44:36 +0200 (Fri, 22 Jan 2010)
New Revision: 159

Modified:
   trunk/buildme/tools/buildme
Log:
improved debug output

Modified: trunk/buildme/tools/buildme
===================================================================
--- trunk/buildme/tools/buildme	2009-10-22 13:35:16 UTC (rev 158)
+++ trunk/buildme/tools/buildme	2010-01-22 18:44:36 UTC (rev 159)
@@ -465,7 +465,7 @@
         env.params['firstbuild'] = False
 
     # Run sbdmock
-    logger.debug('run build command')
+    logger.debug('run build command %s' % build_command)
     (env.params['rcode'], _) = destination.run(change.get_dsc().fname)
     
     return FSM.OK



More information about the Extras-cauldron-commits mailing list