# HG changeset patch # User Drew Perttula # Date 1308375402 0 # Node ID 40fda27ff0385fc9b2b5b3b26ef3cf64216a6fb6 # Parent 5e7999bf134ef08ff92c1165d30ec0efe1be75e6 quieter logging Ignore-this: ec87c7670b97439abcc488db94c589cb diff -r 5e7999bf134e -r 40fda27ff038 light9/showconfig.py --- 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