Merge branch 'master' into version/3

This commit is contained in:
DarthSim
2021-06-28 15:54:02 +06:00
14 changed files with 120 additions and 257 deletions

View File

@@ -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)
}