summaryrefslogtreecommitdiff
path: root/lorry
diff options
context:
space:
mode:
authorAdnan Ali <adnan.ali@codethink.co.uk>2012-02-15 10:27:23 +0000
committerAdnan Ali <adnan.ali@codethink.co.uk>2012-02-15 10:27:23 +0000
commit869240436ceb582afaf4586105155f0446ea8e17 (patch)
treee7a0a33f4a6be175141baed34107496914048732 /lorry
parent0e09d85050ac15d8e13cd8809fe149b3d372178e (diff)
downloadlorry-869240436ceb582afaf4586105155f0446ea8e17.tar.gz
logging the mirror exception added
Diffstat (limited to 'lorry')
-rwxr-xr-xlorry3
1 files changed, 2 insertions, 1 deletions
diff --git a/lorry b/lorry
index 3c5cc64..62ef08a 100755
--- a/lorry
+++ b/lorry
@@ -75,7 +75,8 @@ class Lorry(cliapp.Application):
print 'Getting: ',name
self.gitify(name, specs[name])
except Exception,e:
- print 'Exception Top:',e
+ print 'Exception:',e
+ logging.debug('Mirroring Error: %s' %e)
self.progress('Done')