* added log message

This commit is contained in:
age 2008-01-31 10:17:49 +00:00
parent 6c769299fc
commit b5374d1088
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ class CryptoBox:
try:
event_scripts = os.listdir(event_dir)
except OSError:
## the directory does not seem to exist - we fail silently
self.log.warn("event handler can't access dir: (%s)" % event_dir)
return
for fname in event_scripts:
real_fname = os.path.join(event_dir, fname)