mirror of
https://github.com/datarhei/core.git
synced 2025-09-27 04:16:25 +08:00
Fix RTMP logging
This commit is contained in:
@@ -322,7 +322,7 @@ func (s *server) log(who, action, path, message string, client net.Addr) {
|
|||||||
"who": who,
|
"who": who,
|
||||||
"action": action,
|
"action": action,
|
||||||
"path": path,
|
"path": path,
|
||||||
"client": client,
|
"client": client.String(),
|
||||||
}).Log(message)
|
}).Log(message)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user