diff --git a/modules/context/repo.go b/modules/context/repo.go index 9efa2ab3c0..41683a6938 100644 --- a/modules/context/repo.go +++ b/modules/context/repo.go @@ -850,7 +850,7 @@ func getRefName(ctx *Base, repo *Repository, pathType RepoRefType) string { return getRefNameFromPath(ctx, repo, path, func(s string) bool { b, exist, err := git_model.FindRenamedBranch(ctx, repo.Repository.ID, s) if err != nil { - log.Error("FindRenamedBranch", err) + log.Error("FindRenamedBranch: %v", err) return false }