extras-buildsys/client buildclient.py,1.15,1.16

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Fri Jun 24 21:07:33 UTC 2005


Author: dcbw

Update of /cvs/fedora/extras-buildsys/client
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15476

Modified Files:
	buildclient.py 
Log Message:
Add newline to log message


Index: buildclient.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/client/buildclient.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- buildclient.py	24 Jun 2005 17:11:21 -0000	1.15
+++ buildclient.py	24 Jun 2005 21:07:30 -0000	1.16
@@ -232,7 +232,7 @@
                 else:
                     # Only show this message once
                     if not self._repo_locked_msg:
-                        self.log("Waiting for repository to unlock before starting the build...")
+                        self.log("Waiting for repository to unlock before starting the build...\n")
                         self._repo_locked_msg = True
             elif self._status == 'prepping':
                 if not self._mock_is_prepping():




More information about the fedora-extras-commits mailing list