changeset 1193:b61740e73e70

more graphfile logging Ignore-this: 881d18cd5972d7de61e7a0ecc1296aa9
author drewp@bigasterisk.com
date Sun, 15 Jun 2014 19:16:06 +0000
parents 5fc6a68b9d76
children 4f28a6c4814d
files light9/rdfdb/graphfile.py
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/light9/rdfdb/graphfile.py	Sun Jun 15 19:07:44 2014 +0000
+++ b/light9/rdfdb/graphfile.py	Sun Jun 15 19:16:06 2014 +0000
@@ -93,7 +93,7 @@
 
                 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 @@
         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):
         """