all repos — honk @ 100f57fbb0e1560047feb3541a1431c4b6208cf4

my fork of honk

u
Anirudh Oppiliappan x@icyphox.sh
Mon, 13 Mar 2023 23:22:54 +0530
commit

100f57fbb0e1560047feb3541a1431c4b6208cf4

parent

e72543c2cb7debfcbf050d71328be636afb2c0bb

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

jump to
M masto.gomasto.go

@@ -8,7 +8,7 @@ "humungus.tedunangst.com/r/webs/junk"

) func badjunk(rw http.ResponseWriter, j junk.Junk) { - elog.Printf("oauthorize: bad junk: %v", j) + elog.Printf("oauthorize: bad junk: %s", j.ToString) http.Error(rw, "oauthorize: bad junk", http.StatusBadRequest) }