mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Better message
This commit is contained in:
+1
-1
@@ -86,7 +86,7 @@ class RevocationChecker(object):
|
|||||||
try:
|
try:
|
||||||
output, err = util.run_script(cmd, log=logging.debug)
|
output, err = util.run_script(cmd, log=logging.debug)
|
||||||
except errors.SubprocessError, e:
|
except errors.SubprocessError, e:
|
||||||
logger.info("We're offline, or OCSP querying is broken. ")
|
logger.info("OCSP check failed for %s (are we offline?)", cert_path)
|
||||||
logger.debug("Command was:\n%s\nError was:\n%s", " ".join(cmd), e)
|
logger.debug("Command was:\n%s\nError was:\n%s", " ".join(cmd), e)
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user