Skip to content

Commit 6175b58

Browse files
committed
forgot to set this string var apparently
1 parent 3681591 commit 6175b58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hubblestack/utils/signing.py

+1
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ def __init__(self, public_crt, ca_crt):
346346
log_level = log.critical
347347
elif status == STATUS.UNKNOWN:
348348
log_level = log.error
349+
str_public = stringify_cert_files(public_crt)
349350
log_level('public cert | file: "%s" | status: %s | digest: "%s" | X509 error code: %s | depth: %s | message: "%s"',
350351
str_public, status, digest, code, depth, message)
351352

0 commit comments

Comments
 (0)