mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-05-20 14:00:04 +02:00
Fix string format verbs (#3637)
This commit is contained in:
parent
c46eb3f5b3
commit
d5d21b67d2
5 changed files with 6 additions and 6 deletions
|
@ -929,7 +929,7 @@ func TestPullRequests() {
|
|||
|
||||
pr, err := GetPullRequestByID(com.StrTo(prID).MustInt64())
|
||||
if err != nil {
|
||||
log.Error(4, "GetPullRequestByID[%d]: %v", prID, err)
|
||||
log.Error(4, "GetPullRequestByID[%s]: %v", prID, err)
|
||||
continue
|
||||
} else if err = pr.testPatch(); err != nil {
|
||||
log.Error(4, "testPatch[%d]: %v", pr.ID, err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue