diff --git a/spa/management/commands/azure_util.py b/spa/management/commands/azure_util.py index 76275b8..2e8b7f8 100644 --- a/spa/management/commands/azure_util.py +++ b/spa/management/commands/azure_util.py @@ -30,7 +30,7 @@ class Command(NoArgsCommand): print "No blob found for: %s" % mix.uid except Exception, ex: - print "Ooopsies" + print "Error processing blobs: %s" % ex.message def _test_set_header(self):