Mercurial > code > home > repos > light9
changeset 991:fae6de480b0c
less logging
Ignore-this: 2f600a760d54556bced86ede8ddf6b42
author | drewp@bigasterisk.com |
---|---|
date | Sun, 16 Jun 2013 18:43:54 +0000 |
parents | 7c14520fba29 |
children | 4ef4765d0ad8 |
files | light9/Submaster.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/light9/Submaster.py Sun Jun 16 18:43:15 2013 +0000 +++ b/light9/Submaster.py Sun Jun 16 18:43:54 2013 +0000 @@ -306,7 +306,7 @@ 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"