mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-20 12:37:06 +02:00
fix logs, unified session_id.
This commit is contained in:
parent
cacdd9e20a
commit
d83e04e7ec
10 changed files with 37 additions and 40 deletions
|
@ -9,7 +9,7 @@ import (
|
|||
func (h *MessageHandlerCtx) sendUnicast(session types.Session, payload *message.SendUnicast) error {
|
||||
receiver, ok := h.sessions.Get(payload.Receiver)
|
||||
if !ok {
|
||||
h.logger.Debug().Str("id", session.ID()).Msg("receiver ID not found")
|
||||
h.logger.Debug().Str("session_id", session.ID()).Msg("receiver session ID not found")
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue