Skip to content

Commit 53a00ff

Browse files
authored
Merge pull request #133 from JoshuaKrstic/main
Reword certTableOptions log.Warning message
2 parents 4f36f75 + 63062a3 commit 53a00ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validate/validate.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ func certTableOptions(attestation *spb.Attestation, options map[string]*CertEntr
655655
if opt.Kind == CertEntryRequire {
656656
return err
657657
}
658-
logger.Warningf("Missing cert entry for %s", key)
658+
logger.Warningf("Missing or invalid cert entry for %s", key)
659659
}
660660
}
661661
return nil

0 commit comments

Comments
 (0)