Update RTSP handle error message

This commit is contained in:
Alex X
2024-05-05 12:36:17 +03:00
parent 8ac834bdd4
commit 09109e783e
+1 -1
View File
@@ -239,7 +239,7 @@ func tcpHandler(conn *rtsp.Conn) {
if closer != nil {
if err := conn.Handle(); err != nil {
log.Debug().Msgf("[rtsp] handle=%s", err)
log.Debug().Err(err).Msg("[rtsp] handle")
}
closer()