mirror of https://bitbucket.org/ausocean/av.git
Merged in test/vet-failure (pull request #152)
revid: fix build Approved-by: Alan Noble <anoble@gmail.com>
This commit is contained in:
commit
e64bae84d1
|
@ -497,7 +497,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))
|
||||
r.config.Logger.Log(logger.Info, pkg+"revid config changed", "config", fmt.Sprintf("%+v", r.config))
|
||||
return r.reset(r.config)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue