Changeset - b61740e73e70
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 11 years ago 2014-06-15 19:16:06
drewp@bigasterisk.com
more graphfile logging
Ignore-this: 881d18cd5972d7de61e7a0ecc1296aa9
1 file changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
light9/rdfdb/graphfile.py
Show inline comments
 
@@ -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):
 
        """
0 comments (0 inline, 0 general)