all repos — honk @ b5297753c0141dd5edb2fc94a8481d9ae1d727f5

my fork of honk

u
Anirudh Oppiliappan x@icyphox.sh
Sun, 21 Jan 2024 23:16:51 +0200
commit

b5297753c0141dd5edb2fc94a8481d9ae1d727f5

parent

af5989d9184a8d63a1b46c2b5024c72a0c63b2e3

1 files changed, 1 insertions(+), 2 deletions(-)

jump to
M web.goweb.go

@@ -3007,8 +3007,7 @@ h.ServeHTTP(w, r)

uri := r.URL.String() method := r.Method - status := r.Response.Status - elog.Printf("masto:%s %s (%s)", method, uri, status) + elog.Printf("masto:%s %s", method, uri) } return http.HandlerFunc(fn)