Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Swartz <swartzcr@gmail.com>2018-01-05 00:59:29 +0300
committerJacob Hoffman-Andrews <github@hoffman-andrews.com>2018-01-05 00:59:29 +0300
commita7d00ee21b454115fc0ce831b13f7902d4b62c37 (patch)
tree27a9889e7895188acc12aaa3df47e7e202807824
parent5388842e5b3868e29caf545fb771a23e7fce4143 (diff)
print as a string (#5359)
-rw-r--r--certbot-nginx/certbot_nginx/configurator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot-nginx/certbot_nginx/configurator.py b/certbot-nginx/certbot_nginx/configurator.py
index e9d4e36d4..8af474c5e 100644
--- a/certbot-nginx/certbot_nginx/configurator.py
+++ b/certbot-nginx/certbot_nginx/configurator.py
@@ -182,7 +182,7 @@ class NginxConfigurator(common.Installer):
self.parser.add_server_directives(vhost,
cert_directives, replace=True)
logger.info("Deployed Certificate to VirtualHost %s for %s",
- vhost.filep, vhost.names)
+ vhost.filep, ", ".join(vhost.names))
self.save_notes += ("Changed vhost at %s with addresses of %s\n" %
(vhost.filep,