Change logs msg from WRN to DBG for fail on add consumer

This commit is contained in:
Alexey Khit
2023-01-13 13:33:55 +03:00
parent eee70c07b7
commit 228abb8fbe
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -215,7 +215,7 @@ func tcpHandler(conn *rtsp.Conn) {
if closer != nil {
if err := conn.Handle(); err != nil {
log.Debug().Err(err).Caller().Send()
log.Debug().Msgf("[rtsp] handle=%s", err)
}
closer()