mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
configurator debug statement fixed
This commit is contained in:
parent
85d7437178
commit
c5a77bd360
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue