Changeset - 4511c7c5fb0e
[Not reviewed]
default
0 1 0
Drew Perttula - 11 years ago 2014-06-03 08:25:55
drewp@bigasterisk.com
quieter startup logging
Ignore-this: fd63bcea8a57d4afe09cb96054d34974
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
light9/Submaster.py
Show inline comments
 
@@ -298,7 +298,7 @@ class Submasters(object):
 
        for s in self.graph.subjects(RDF.type, L9['Submaster']):
 
            if self.graph.contains((s, RDF.type, L9['LocalSubmaster'])):
 
                continue
 
            log.info("found sub %s", s)
 
            log.debug("found sub %s", s)
 
            if s not in self.submasters:
 
                sub = self.submasters[s] = PersistentSubmaster(self.graph, s)
 
                dispatcher.send("new submaster", sub=sub)
0 comments (0 inline, 0 general)