Skip to content

Commit

Permalink
reapply a fix in a log statement
Browse files Browse the repository at this point in the history
Signed-off-by: reggie-k <[email protected]>
  • Loading branch information
reggie-k committed Jan 12, 2025
1 parent 46548d4 commit 14948f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reposerver/repository/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -3052,7 +3052,7 @@ func (s *Service) UpdateRevisionForPaths(_ context.Context, request *apiclient.U
}, nil
}

logCtx.Debugf("changes found for application %s in repo %s from revision %s to revision %s", request.AppName, repo.Repo, syncedRevision, revision)
logCtx.Debugf("changes not found for application %s in repo %s from revision %s to revision %s", request.AppName, repo.Repo, syncedRevision, revision)
return &apiclient.UpdateRevisionForPathsResponse{
Revision: revision,
Changes: true,
Expand Down

0 comments on commit 14948f2

Please sign in to comment.