Update loggers

This commit is contained in:
Alexey Khit
2022-09-06 07:08:35 +03:00
parent e4f565f343
commit 5460e194e8
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ func offerHandler(ctx *api.Context, msg *streamer.Message) {
return
}
log.Debug().Str("src", src).Msg("[webrtc] new consumer")
log.Debug().Str("url", src).Msg("[webrtc] new consumer")
var err error