X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=rounds%2FtranscodeWebP.go;h=016c6178b0ea9b074b6f8b001ca99c2b8d4002ab;hb=c1f841e8a5e4c30710cdb2e57fd87cba9d79b97b;hp=95b409a3c3ffbfd97426b3dece6875eea5f65689;hpb=539e5df5806bd22c8eaddeb0409e6b8b187eda4c;p=tofuproxy.git diff --git a/rounds/transcodeWebP.go b/rounds/transcodeWebP.go index 95b409a..016c617 100644 --- a/rounds/transcodeWebP.go +++ b/rounds/transcodeWebP.go @@ -65,6 +65,8 @@ func RoundTranscodeWebP( w.Header().Add("Content-Type", "image/png") w.WriteHeader(http.StatusOK) w.Write(data) - fifos.LogVarious <- fmt.Sprintf("%s %s\tWebP transcoded to PNG", req.Method, req.URL) + fifos.LogVarious <- fmt.Sprintf( + "%s %s\tWebP transcoded to PNG", req.Method, req.URL, + ) return false, nil }