mirror of
https://github.com/gwuhaolin/livego.git
synced 2021-06-01 09:10:22 +03:00
Reduce warnings
Send packet errors are usually related to user disconnections.
This commit is contained in:
@@ -58,7 +58,7 @@ func NewSource(info av.Info) *Source {
|
||||
go func() {
|
||||
err := s.SendPacket()
|
||||
if err != nil {
|
||||
log.Warning("send packet error: ", err)
|
||||
log.Debug("send packet error: ", err)
|
||||
s.closed = true
|
||||
}
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user