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:
@@ -54,7 +54,7 @@ func NewFLVWriter(app, title, url string, ctx http.ResponseWriter) *FLVWriter {
|
||||
go func() {
|
||||
err := ret.SendPacket()
|
||||
if err != nil {
|
||||
log.Error("SendPacket error: ", err)
|
||||
log.Debug("SendPacket error: ", err)
|
||||
ret.closed = true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user