revid: removed in response to error in log message in handleErrors if failed to start() revid

This commit is contained in:
Saxon 2019-03-02 12:50:43 +10:30
parent 4e1ceb140d
commit c3f846379d
1 changed files with 1 additions and 1 deletions

View File

@ -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())
}
}
}