warn-->warning

This commit is contained in:
Erica Portnoy
2018-10-31 18:11:43 -07:00
parent 35510bfc6c
commit 1eabb4bae3
8 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ def _translate_ocsp_query(cert_path, ocsp_output, ocsp_errors):
logger.info("OCSP revocation warning: %s", warning)
return True
else:
logger.warn("Unable to properly parse OCSP output: %s\nstderr:%s",
logger.warning("Unable to properly parse OCSP output: %s\nstderr:%s",
ocsp_output, ocsp_errors)
return False