Skip to content

Commit

Permalink
Reduce warnings
Browse files Browse the repository at this point in the history
Send packet errors are usually related to user disconnections.
  • Loading branch information
EssGeeEich authored Jan 14, 2021
1 parent 4f42639 commit 1e7d2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/hls/source.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}()
Expand Down

0 comments on commit 1e7d2c6

Please sign in to comment.