summaryrefslogtreecommitdiff
path: root/butler.py
diff options
context:
space:
mode:
Diffstat (limited to 'butler.py')
-rw-r--r--butler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/butler.py b/butler.py
index 362213d..7019b61 100644
--- a/butler.py
+++ b/butler.py
@@ -22,7 +22,7 @@ def main():
client = Goniec(load_config('goniec'))
client.send(files)
except Exception as e:
- print str(e)
+ print 'ERROR: %s: %s' % (type(e).__name__, str(e))
if nowait:
raw_input('Press any key to continue...')