Changeset - fae6de480b0c
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 12 years ago 2013-06-16 18:43:54
drewp@bigasterisk.com
less logging
Ignore-this: 2f600a760d54556bced86ede8ddf6b42
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
light9/Submaster.py
Show inline comments
 
@@ -306,7 +306,7 @@ class Submasters(object):
 
        for s in set(self.submasters.keys()) - current:
 
            del self.submasters[s]
 
            dispatcher.send("lost submaster", subUri=s)
 
        log.info("findSubs finished %s", self.submasters)
 
        log.info("findSubs finished, %s subs", len(self.submasters))
 

	
 
    def get_all_subs(self):
 
        "All Submaster objects"
0 comments (0 inline, 0 general)