Skip to content

Commit 4ee6846

Browse files
committed
correct Trace Log
1 parent abd3639 commit 4ee6846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/pull/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func IsUserAllowedToUpdate(pull *models.PullRequest, user *models.User) (bool, e
6464

6565
// GetDiverging determines how many commits a PR is ahead or behind the PR base branch
6666
func GetDiverging(pr *models.PullRequest) (*git.DivergeObject, error) {
67-
log.Trace("PushToBaseRepo[%d]: pushing commits to base repo '%s'", pr.BaseRepoID, pr.GetGitRefName())
67+
log.Trace("GetDiverging[%d]: compare commits", pr.ID)
6868
if err := pr.LoadBaseRepo(); err != nil {
6969
return nil, err
7070
}

0 commit comments

Comments
 (0)