mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:22:16 +02:00
remove outdated error message
This commit is contained in:
@@ -347,9 +347,7 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator):
|
|||||||
vhost = display_ops.select_vhost(target_name, self.vhosts)
|
vhost = display_ops.select_vhost(target_name, self.vhosts)
|
||||||
if vhost is None:
|
if vhost is None:
|
||||||
logger.error(
|
logger.error(
|
||||||
"No vhost exists with servername or alias of: %s "
|
"No vhost exists with servername or alias of %s. "
|
||||||
"(or it's in a file with multiple vhosts, which Certbot "
|
|
||||||
"can't parse yet). "
|
|
||||||
"No vhost was selected. Please specify ServerName or ServerAlias "
|
"No vhost was selected. Please specify ServerName or ServerAlias "
|
||||||
"in the Apache config, or split vhosts into separate files.",
|
"in the Apache config, or split vhosts into separate files.",
|
||||||
target_name)
|
target_name)
|
||||||
|
|||||||
Reference in New Issue
Block a user