This commit is contained in:
Saxon 2019-02-26 09:07:21 +10:30
commit b669d2645b
1 changed files with 1 additions and 1 deletions

View File

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