Skip to content

Commit 8165794

Browse files
committed
pkg/repo: log which KEP is lacking PRR for which stage
1 parent 98eaab2 commit 8165794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/repo/repo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ func (r *Repo) loadKEPFromYaml(repoPath, kepPath string) (*api.Proposal, error)
509509
if err != nil {
510510
logrus.Errorf(
511511
"%v",
512-
errors.Wrapf(err, "getting PRR approver for %s stage", p.Stage),
512+
fmt.Errorf("getting PRR approver for stage '%s' for kep %s: %w", p.Stage, fullKEPPath, err),
513513
)
514514
}
515515

0 commit comments

Comments
 (0)