Changeset - 40fda27ff038
[Not reviewed]
default
0 1 0
Drew Perttula - 14 years ago 2011-06-18 05:36:42
drewp@bigasterisk.com
quieter logging
Ignore-this: ec87c7670b97439abcc488db94c589cb
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
light9/showconfig.py
Show inline comments
 
@@ -15,7 +15,7 @@ def getGraph():
 
    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
0 comments (0 inline, 0 general)