extras-buildsys/utils/pushscript Utils.py,1.1,1.2

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Fri Sep 29 16:23:16 UTC 2006


Author: mschwendt

Update of /cvs/fedora/extras-buildsys/utils/pushscript
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24732

Modified Files:
	Utils.py 
Log Message:



Index: Utils.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Utils.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Utils.py	29 Sep 2006 16:14:14 -0000	1.1
+++ Utils.py	29 Sep 2006 16:23:13 -0000	1.2
@@ -31,7 +31,7 @@
     
 def debugprint(msg):
     if DEBUG:
-        print msg
+        print '    DEBUG:', msg
 
 def run_and_check(cmd):
     debugprint(cmd)




More information about the scm-commits mailing list