diff --git a/rtmp/rtmp.go b/rtmp/rtmp.go index 503a7779..17809a49 100644 --- a/rtmp/rtmp.go +++ b/rtmp/rtmp.go @@ -322,7 +322,7 @@ func (s *server) log(who, action, path, message string, client net.Addr) { "who": who, "action": action, "path": path, - "client": client, + "client": client.String(), }).Log(message) }