mirror of https://bitbucket.org/ausocean/av.git
Merge branch 'master' into improve-defaulting
This commit is contained in:
commit
796bc12e09
|
@ -519,7 +519,7 @@ loop:
|
|||
case nil:
|
||||
// Do nothing.
|
||||
case ring.ErrTimeout:
|
||||
r.config.Logger.Log(logger.Warning, pkg+"ring buffer read timeout")
|
||||
r.config.Logger.Log(logger.Debug, pkg+"ring buffer read timeout")
|
||||
continue
|
||||
default:
|
||||
r.config.Logger.Log(logger.Error, pkg+"unexpected error", "error", err.Error())
|
||||
|
|
Loading…
Reference in New Issue