mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
Demote log message
This commit is contained in:
parent
38d3f67a57
commit
94136d4361
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import (
|
|||
func setCurrentBroadcasterInfo(t flvio.Tag, remoteAddr string) {
|
||||
data, err := getInboundDetailsFromMetadata(t.DebugFields())
|
||||
if err != nil {
|
||||
log.Warnln("Unable to parse inbound broadcaster details:", err)
|
||||
log.Traceln("Unable to parse inbound broadcaster details:", err)
|
||||
}
|
||||
|
||||
broadcaster := models.Broadcaster{
|
||||
|
|
Loading…
Reference in a new issue