Fix string format verbs (#3637)

This commit is contained in:
Alexander Lunegov 2016-12-21 12:09:43 +05:00 committed by Kim "BKC" Carlbäcker
parent c46eb3f5b3
commit d5d21b67d2
5 changed files with 6 additions and 6 deletions

View file

@ -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)