Skip to content

Commit

Permalink
Merge pull request #133 from JoshuaKrstic/main
Browse files Browse the repository at this point in the history
Reword certTableOptions log.Warning message
  • Loading branch information
deeglaze authored Sep 3, 2024
2 parents 4f36f75 + 63062a3 commit 53a00ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validate/validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ func certTableOptions(attestation *spb.Attestation, options map[string]*CertEntr
if opt.Kind == CertEntryRequire {
return err
}
logger.Warningf("Missing cert entry for %s", key)
logger.Warningf("Missing or invalid cert entry for %s", key)
}
}
return nil
Expand Down

0 comments on commit 53a00ff

Please sign in to comment.