Skip to content

Commit 69d98f8

Browse files
authored
Fix format error (#27963)
1 parent f48a863 commit 69d98f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/context/repo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ func getRefName(ctx *Base, repo *Repository, pathType RepoRefType) string {
850850
return getRefNameFromPath(ctx, repo, path, func(s string) bool {
851851
b, exist, err := git_model.FindRenamedBranch(ctx, repo.Repository.ID, s)
852852
if err != nil {
853-
log.Error("FindRenamedBranch", err)
853+
log.Error("FindRenamedBranch: %v", err)
854854
return false
855855
}
856856

0 commit comments

Comments
 (0)