Skip to content

Commit

Permalink
correct error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
6543 committed Jan 31, 2020
1 parent 52c9eb2 commit 71c9391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/convert/pull.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func ToAPIPullRequest(pr *models.PullRequest) *api.PullRequest {
)

if err = pr.Issue.LoadRepo(); err != nil {
log.Error("pr.Issue.loadRepo[%d]: %v", pr.ID, err)
log.Error("pr.Issue.LoadRepo[%d]: %v", pr.ID, err)
return nil
}

Expand Down

0 comments on commit 71c9391

Please sign in to comment.