Mercurial > code > home > repos > light9
changeset 653:40fda27ff038
quieter logging
Ignore-this: ec87c7670b97439abcc488db94c589cb
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sat, 18 Jun 2011 05:36:42 +0000 |
parents | 5e7999bf134e |
children | 287820c61a5f |
files | light9/showconfig.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/light9/showconfig.py Sat Jun 18 05:24:22 2011 +0000 +++ b/light9/showconfig.py Sat Jun 18 05:36:42 2011 +0000 @@ -15,7 +15,7 @@ now = time.time() diskMtime = path.getmtime(configPath) if diskMtime <= _config[1]: - log.info("config.n3 hasn't changed") + log.debug("config.n3 hasn't changed") graph = _config[0] # i'm scared of some program modifying the graph, and then i # return that from a new getGraph call. Maybe I should be