print as a string (#5359)

This commit is contained in:
Noah Swartz
2018-01-04 13:59:29 -08:00
committed by Jacob Hoffman-Andrews
parent 5388842e5b
commit a7d00ee21b
+1 -1
View File
@@ -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,