Fix RTMP logging
This commit is contained in:
parent
337e0040c2
commit
da2aef7015
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue