mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 00:35:03 +02:00
print as a string (#5359)
This commit is contained in:
committed by
Jacob Hoffman-Andrews
parent
5388842e5b
commit
a7d00ee21b
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user