more verbose logging

This commit is contained in:
lilydjwg 2013-04-10 16:26:19 +08:00
parent 9642f479c2
commit 921ff34f9d

View file

@ -315,7 +315,7 @@ class EventHandler(pyinotify.ProcessEvent):
try:
info = pkgreader.readpkg(act.path)
except:
logger.error('failed to read info for package %s', act.path)
logger.error('failed to read info for package %s', act.path, exc_info=True)
info = None
info = pickle.dumps(info)