Skip to content

Commit

Permalink
Reword certTableOptions log.Warning message for when the existing cer…
Browse files Browse the repository at this point in the history
…t fails to validate
  • Loading branch information
Joshua Krstic committed Sep 3, 2024
1 parent 4f36f75 commit 63062a3
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 63062a3

Please sign in to comment.