all repos — honk @ 669b12e0cc7c09d0858dd2cfaa4f8a641d784955

my fork of honk

u
Anirudh Oppiliappan x@icyphox.sh
Sun, 21 Jan 2024 15:47:17 +0200
commit

669b12e0cc7c09d0858dd2cfaa4f8a641d784955

parent

fb59616e5dbd2cc7ab34e709ceca0741cc1b9f18

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

jump to
M masto.gomasto.go

@@ -114,7 +114,7 @@ app := MastoApp{}

row := stmtGetMastoApp.QueryRowx(clientID) err := row.StructScan(&app) if err == sql.ErrNoRows { - elog.Println("oauth: invalid client", clientID) + elog.Printf("oauth: invalid client: %s", clientID) rw.WriteHeader(http.StatusUnauthorized) return }