]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - rounds/warc.go
More Fprintf usage
[tofuproxy.git] / rounds / warc.go
index 81f5e44b708517ca49258147cdfb0007ea6119b5..2d0ea7fedb834ab1fda8be09ed521014c33da10c 100644 (file)
@@ -124,7 +124,9 @@ func RoundWARC(
        if rec == nil {
                if WARCOnly {
                        http.NotFound(w, req)
-                       fifos.LogNonOK <- fmt.Sprintf("%s %s\tnot in WARC", req.Method, req.URL)
+                       fifos.LogNonOK <- fmt.Sprintf(
+                               "%s %s\tnot in WARC", req.Method, req.URL,
+                       )
                        return false, nil
                }
                return true, nil