changeset 444:22d6a7da8777

Another minor improvement to logging in the build master.
author cmlenz
date Thu, 23 Aug 2007 16:58:37 +0000
parents 1c922d944bd2
children d139ac1d216a
files bitten/master.py bitten/queue.py
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bitten/master.py
+++ b/bitten/master.py
@@ -117,6 +117,8 @@
                         continue
                     properties[child.attr['name'] + '.' + name] = value
 
+        self.log.debug('Build slave configuration: %r', properties)
+
         build = queue.get_build_for_slave(slavename, properties)
         if not build:
             req.send_response(204)
--- a/bitten/queue.py
+++ b/bitten/queue.py
@@ -192,8 +192,8 @@
                     platforms.append(platform)
 
         if not platforms:
-            self.log.debug('Slave %r matched none of the target platforms',
-                           name)
+            self.log.warning('Slave %r matched none of the target platforms',
+                             name)
 
         return platforms
 
Copyright (C) 2012-2017 Edgewall Software