]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - rounds/transcodeJXL.go
Ability to dynamically control list of spying domains
[tofuproxy.git] / rounds / transcodeJXL.go
index 2043fb189154a4e851fa8318faf8fa82dd9a9f1d..e8a962861c8edf026967244ad23bee43c5924398 100644 (file)
@@ -64,12 +64,8 @@ func transcodeCmd2Png(
        w.Header().Add("Content-Type", "image/png")
        w.WriteHeader(http.StatusOK)
        w.Write(data)
-       fifos.SinkOther <- fmt.Sprintf(
-               "%s %s\t%d\t%s transcoded to PNG",
-               req.Method,
-               req.URL.String(),
-               http.StatusOK,
-               contentType,
+       fifos.LogVarious <- fmt.Sprintf(
+               "%s %s\t%s transcoded to PNG", req.Method, req.URL, contentType,
        )
        return false, nil
 }