mirror of https://bitbucket.org/ausocean/av.git
revid: removed in response to error in log message in handleErrors if failed to start() revid
This commit is contained in:
parent
4e1ceb140d
commit
c3f846379d
|
@ -205,7 +205,7 @@ func (r *Revid) handleErrors() {
|
|||
r.Stop()
|
||||
err = r.Start()
|
||||
if err != nil {
|
||||
r.config.Logger.Log(logger.Error, pkg+"failed to restart in response to error", "error", err.Error())
|
||||
r.config.Logger.Log(logger.Error, pkg+"failed to restart revid", "error", err.Error())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue