chiark / gitweb /
add debug message to mark when syncing to Amazon S3 starts
[fdroidserver.git] / 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