Skip to content

Commit

Permalink
Fix logger for rtmp
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Oct 5, 2023
1 parent 0424b1a commit c3f26c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/rtmp/rtmp.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func Init() {

app.LoadConfig(&conf)

log = app.GetLogger("rtsp")
log = app.GetLogger("rtmp")

streams.HandleFunc("rtmp", streamsHandle)
streams.HandleFunc("rtmps", streamsHandle)
Expand Down

0 comments on commit c3f26c4

Please sign in to comment.