mirror of https://bitbucket.org/ausocean/av.git
Merge branch 'master' of http://bitbucket.org/ausocean/av
This commit is contained in:
commit
b669d2645b
|
@ -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