mirror of
https://github.com/bluenviron/mediamtx.git
synced 2026-01-23 20:09:49 -08:00
change log entry
This commit is contained in:
parent
a5d3b43197
commit
8d5c242936
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue