mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 15:52:08 -04:00
Another instance of overlogging
This commit is contained in:
parent
2fdbb8430a
commit
c5bda903f2
1 changed files with 0 additions and 1 deletions
|
|
@ -62,7 +62,6 @@ class RevocationChecker(object):
|
|||
output, err = util.run_script(cmd, log=logging.debug)
|
||||
except errors.SubprocessError as e:
|
||||
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)
|
||||
return False
|
||||
|
||||
return _translate_ocsp_query(cert_path, output, err)
|
||||
|
|
|
|||
Loading…
Reference in a new issue