Removed PYINOTIFY prefix to debug statement for Callback for Event

pull/25/head
Lee Clemens 2011-12-31 03:39:25 -05:00
parent 5c4ec6e7fb
commit aa4514bffa
1 changed files with 1 additions and 1 deletions

View File

@ -149,5 +149,5 @@ class ProcessPyinotify(pyinotify.ProcessEvent):
# just need default, since using mask on watch to limit events
def process_default(self, event):
logSys.debug("PYINOTIFY: Callback for Event: %s" % event)
logSys.debug("Callback for Event: %s" % event)
self.__FileFilter.callback(event.pathname)