aboutsummaryrefslogtreecommitdiff
path: root/clients.go
diff options
context:
space:
mode:
Diffstat (limited to 'clients.go')
-rw-r--r--clients.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients.go b/clients.go
index abf7283..eb97ebe 100644
--- a/clients.go
+++ b/clients.go
@@ -27,7 +27,7 @@ func (client *Client) SendRaw(s string) error {
if client.conn == nil {
panic("not implemented")
}
- slog.Debug("send", "line", s, "conn", client.conn)
+ slog.Debug("send", "line", s, "client", client.CID)
_, err := (*client.conn).Write([]byte(s))
if err != nil {
// TODO: Should shut down the netFd instead but the stdlib