Fix RTMP logging

This commit is contained in:
Ingo Oppermann 2022-07-07 18:57:13 +02:00
parent 337e0040c2
commit da2aef7015
No known key found for this signature in database
GPG Key ID: 2AB32426E9DD229E

View File

@ -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)
}