Modified:
/trunk/filechanges/__init__.py
=======================================
--- /trunk/filechanges/__init__.py Tue Jan 19 23:41:57 2010
+++ /trunk/filechanges/__init__.py Thu Feb 11 00:16:16 2010
@@ -54,7 +54,7 @@
try:
self.callback(filePath, added=added, changed=changed,
deleted=deleted)
except:
- logger.exception()
+ logger.exception("Problem executing callback")
def ShouldIgnorePathEntry(self, path):
# By default this concentrates on files, not directories.