chiark / gitweb /
Don't use logging.info with verbose ifs
[fdroidserver.git] / fdroidserver / server.py
index 0d5874ec67be40efb9dfb60df1616bf1676691e0..bddc4b0f3126e4d8e006c172141c97124e0dd671 100644 (file)
@@ -90,8 +90,7 @@ def update_awsbucket(repo_section):
                         upload = True
 
             if upload:
-                if options.verbose:
-                    logging.info(' uploading "' + file_to_upload + '"...')
+                logging.debug(' uploading "' + file_to_upload + '"...')
                 extra = {'acl': 'public-read'}
                 if file_to_upload.endswith('.sig'):
                     extra['content_type'] = 'application/pgp-signature'