mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-06-22 22:37:41 +02:00
Merge branch 'master' into version/3
This commit is contained in:
@ -162,7 +162,7 @@ func handleProcessing(reqID string, rw http.ResponseWriter, r *http.Request) {
|
||||
reportError(err, r)
|
||||
}
|
||||
|
||||
logWarning("Could not load image. Using fallback image: %s", err.Error())
|
||||
logWarning("Could not load image %s. Using fallback image. %s", getImageURL(ctx), err.Error())
|
||||
ctx = setFallbackImageUsedCtx(ctx)
|
||||
ctx = context.WithValue(ctx, imageDataCtxKey, fallbackImage)
|
||||
}
|
||||
|
Reference in New Issue
Block a user