Skip to content

Commit

Permalink
Fixed unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
dooman87 committed Jun 15, 2024
1 parent ec0ee10 commit 887216c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions img/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,9 @@ func (r *Service) transformUrl(resp http.ResponseWriter, req *http.Request, tran
srcImage, err := r.Loader.Load(imgUrl, req.Context())
if err != nil {
sendError(resp, err)
return
}

Log.Printf("Source image [%s] loaded successfully, adding to the queue\n", imgUrl)

r.execOp(&Command{
Expand Down

0 comments on commit 887216c

Please sign in to comment.