summaryrefslogtreecommitdiff
path: root/lib/thandy/ServerCLI.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/thandy/ServerCLI.py')
-rw-r--r--lib/thandy/ServerCLI.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/thandy/ServerCLI.py b/lib/thandy/ServerCLI.py
index aa39aa1..d9c0f04 100644
--- a/lib/thandy/ServerCLI.py
+++ b/lib/thandy/ServerCLI.py
@@ -144,7 +144,7 @@ def timestamp(args):
try:
bObj = snarfObj(fn)
except (ValueError, OSError, IOError), e:
- print "(Couldn't read bundle-like %s)"%fn
+ print "(Couldn't read bundle-like %s: %s)"%(fn, e)
continue
try:
_, r, _ = thandy.formats.checkSignedObj(bObj)