From e05073c33eebd377f2ce76478bc4d8a28fef78ca Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Mon, 19 Oct 2015 10:37:39 -0700 Subject: [PATCH] debugging --- letsencrypt/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/letsencrypt/cli.py b/letsencrypt/cli.py index 4c4692675..047d2ae15 100644 --- a/letsencrypt/cli.py +++ b/letsencrypt/cli.py @@ -394,6 +394,7 @@ def run(args, config, plugins): # pylint: disable=too-many-branches,too-many-lo try: installer, authenticator = choose_configurator_plugins(args, config, plugins, "run") except ConfiguratorError, e: + logger.warn("Exiting with message {0}".format(e.message)) return e.message domains = _find_domains(args, installer)