diff --git a/main.go b/main.go index c6d5c26..2856abb 100644 --- a/main.go +++ b/main.go @@ -54,7 +54,7 @@ func main() { q := scylladb.Session.Query(scylladb.WebSocketSessions.Get("id")).BindStruct(foundWsSession) if err := q.GetRelease(&foundWsSession); err != nil { - logrus.Errorln("Failed to get ws session, err:", err) + logrus.Errorln("Failed to find ws session:", wsSession, "err:", err) return c.SendStatus(fiber.StatusInternalServerError) }