use the correct args in the log

This commit is contained in:
Alfred Kamanda 2025-08-20 16:09:47 +03:00
parent 4e0d0b53e8
commit 615f1d32ac
Signed by: Alfred-mk
GPG Key ID: E60B2165A97F4D41

View File

@ -45,7 +45,7 @@ func (arp *ATRequestParser) GetSessionId(ctx context.Context, rq any) (string, e
if err != nil {
context.WithValue(arp.Context, "at-session-id", sessionId)
}
logg.Debugf("Received request:", decodedStr)
logg.Debugf("Received request:", "request body", decodedStr)
}
if err := rqv.ParseForm(); err != nil {