tmp fix logging

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2024-04-03 17:45:37 +03:00
parent ae246907c9
commit 29a9bd467e
1 changed files with 1 additions and 1 deletions

View File

@ -451,7 +451,7 @@ req.Header.Add("Authorization", password)
pullsAll = append(pullsAll, pulls...)
page++
case http.StatusNotFound:
logger.Info(ctx, "PL is not exist for %s", repo)
logger.Info(ctx, fmt.Sprintf("pull-request is not exist for %s", repo))
return nil, ErrPRNotExist
default:
return nil, fmt.Errorf("unknown error: %s", buf)