mirror of
https://github.com/certbot/certbot.git
synced 2026-07-26 07:39:52 +02:00
configurator debug statement fixed
This commit is contained in:
@@ -297,7 +297,7 @@ class Configurator(object):
|
||||
# No default addresses... so set each one individually
|
||||
for addr in vhost.addrs:
|
||||
if not self.is_name_vhost(addr):
|
||||
logger.debug("Setting VirtualHost at", addr, "to be a name based virtual host")
|
||||
logger.debug("Setting VirtualHost at" + addr + "to be a name based virtual host")
|
||||
self.add_name_vhost(addr)
|
||||
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user