# HG changeset patch # User drewp@bigasterisk.com # Date 2014-06-15 19:16:06 # Node ID b61740e73e7012e0217570b0095ed824b0c9f7e0 # Parent 5fc6a68b9d76bd48f365b98415d5d16a857b0474 more graphfile logging Ignore-this: 881d18cd5972d7de61e7a0ecc1296aa9 diff --git a/light9/rdfdb/graphfile.py b/light9/rdfdb/graphfile.py --- a/light9/rdfdb/graphfile.py +++ b/light9/rdfdb/graphfile.py @@ -93,7 +93,7 @@ class GraphFile(object): return - log.info("%s needs reread because of %s event", filepath, maskNames) + log.info("reread %s because of %s event", filepath, maskNames) self.reread() except Exception: @@ -142,6 +142,8 @@ class GraphFile(object): if p: log.debug("%s applying patch for changes in file", self.path) self.patch(p, dueToFileChange=True) + else: + log.debug("old == new after reread of %s", self.path) def dirty(self, graph): """