revid: outputting config when we update

This commit is contained in:
Saxon 2019-02-25 15:28:19 +10:30
parent 37850e8350
commit e118a639d4
1 changed files with 1 additions and 1 deletions

View File

@ -493,7 +493,7 @@ func (r *Revid) Update(vars map[string]string) error {
r.config.BurstPeriod = uint(v)
}
}
r.config.Logger.Log(logger.Info, pkg+"revid config changed", "config", fmt.Sprint("%+v", r.config))
return nil
}