mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 03:22:14 +02:00
Don't log errors twice
- They're already being logged down in util.run_script
This commit is contained in:
@@ -82,7 +82,6 @@ class RevocationChecker(object):
|
||||
log=logging.debug)
|
||||
except errors.SubprocessError as e:
|
||||
logger.info("Cannot extract OCSP URI from %s", cert_path)
|
||||
logger.debug("Error was:\n%s", e)
|
||||
return None, None
|
||||
|
||||
url = url.rstrip()
|
||||
|
||||
Reference in New Issue
Block a user