chiark / gitweb /
add debug message to mark when syncing to Amazon S3 starts
authorHans-Christoph Steiner <hans@eds.org>
Tue, 14 Oct 2014 21:12:47 +0000 (17:12 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 23 Oct 2014 18:26:11 +0000 (14:26 -0400)
fdroidserver/server.py

index 21454b800a0f2ce9fd449a9d769005280240e231..e0217836a824b0338a6796bea6008b705a0b0184 100644 (file)
@@ -40,6 +40,9 @@ def update_awsbucket(repo_section):
     Requires AWS credentials set in config.py: awsaccesskeyid, awssecretkey
     '''
 
+    logging.debug('Syncing "' + repo_section + '" to Amazon S3 bucket "'
+                  + config['awsbucket'] + '"')
+
     import libcloud.security
     libcloud.security.VERIFY_SSL_CERT = True
     from libcloud.storage.types import Provider, ContainerDoesNotExistError