mirror of
https://github.com/bluenviron/mediamtx
synced 2024-12-16 19:54:59 +00:00
change log entry
This commit is contained in:
parent
a5d3b43197
commit
8d5c242936
@ -475,7 +475,7 @@ func (c *Converter) run() {
|
||||
case <-closeCheckTicker.C:
|
||||
t := time.Unix(atomic.LoadInt64(&c.lastRequestTime), 0)
|
||||
if time.Since(t) >= closeAfterInactivity {
|
||||
c.log(logger.Info, "closing due to inactivity")
|
||||
c.log(logger.Info, "destroying due to inactivity")
|
||||
|
||||
c.ringBuffer.Close()
|
||||
<-writerDone
|
||||
|
Loading…
Reference in New Issue
Block a user