1
0
Fork 0
forked from External/mediamtx

add more fatal errors

This commit is contained in:
aler9 2021-10-30 13:56:59 +02:00
parent 0c4cfd0e53
commit 09a7e11066
2 changed files with 2 additions and 2 deletions

View file

@ -135,7 +135,7 @@ outer:
for {
select {
case err := <-acceptErr:
s.log(logger.Warn, "ERR: %s", err)
s.log(logger.Error, "%s", err)
break outer
case nconn := <-connNew: