[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.42-31-g291a460

Holger Levsen holger at layer-acht.org
Thu Jan 19 22:51:40 UTC 2012


The following commit has been merged in the develop branch:
commit 291a4607031eec6f38d9144aa80548890cb8da8f
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Jan 19 23:51:35 2012 +0100

    make status message more useful by incl the section

diff --git a/piuparts-slave.py b/piuparts-slave.py
index 3c89a3e..1a8254f 100644
--- a/piuparts-slave.py
+++ b/piuparts-slave.py
@@ -193,7 +193,7 @@ class Slave:
         line = self._readline()
         words = line.split()
         if words and words[0] == "ok":
-            logging.info("Master status: " + " ".join(words[1:]))
+            logging.info("Master " + self._config.section + "status: " + " ".join(words[1:]))
         else:
             raise MasterIsCrazy()
 

-- 
piuparts git repository



More information about the Piuparts-commits mailing list