mirror of https://bitbucket.org/ausocean/av.git
revid: fix build
This commit is contained in:
parent
4919c972c6
commit
8240fea9ab
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue