Skip to content

Commit

Permalink
Fix AttributeError in AIA chasing (#9328)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianVeaux authored May 11, 2021
1 parent 87a913b commit 820e7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datadog_checks_base/datadog_checks/base/utils/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ def load_intermediate_certs(self, der_cert, certs):
ExtensionOID.AUTHORITY_INFORMATION_ACCESS
)
except ExtensionNotFound:
self.log.debug(
self.logger.debug(
'No Authority Information Access extension found, skipping discovery of intermediate certificates'
)
return
Expand Down

0 comments on commit 820e7ea

Please sign in to comment.