mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 04:40:37 +03:00
Change log level
This commit is contained in:
parent
315db9ea8e
commit
12509c1bc2
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ func HandleConn(c *rtmp.Conn, nc net.Conn) {
|
|||
|
||||
// If we don't get a readable packet in 10 seconds give up and disconnect
|
||||
if err := _rtmpConnection.SetReadDeadline(time.Now().Add(10 * time.Second)); err != nil {
|
||||
log.Warnln(err)
|
||||
log.Debugln(err)
|
||||
}
|
||||
|
||||
pkt, err := c.ReadPacket()
|
||||
|
|
Loading…
Reference in a new issue