diff --git a/cmd/syncthing/gui.go b/cmd/syncthing/gui.go index 6575ceac..4f617f6b 100644 --- a/cmd/syncthing/gui.go +++ b/cmd/syncthing/gui.go @@ -317,7 +317,7 @@ func debugMiddleware(h http.Handler) http.Handler { written = rf.Int() } } - l.Debugf("http: %s %q: status %d, %d bytes in %.02f ms", r.Method, r.URL.String(), status, written, ms) + httpl.Debugf("http: %s %q: status %d, %d bytes in %.02f ms", r.Method, r.URL.String(), status, written, ms) } }) }