configurator debug statement fixed

This commit is contained in:
James Kasten 2012-11-19 23:50:35 -05:00
parent 85d7437178
commit c5a77bd360

View file

@ -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