Better log message
This commit is contained in:
parent
a5e78e3814
commit
09a3e1352b
@ -50,7 +50,8 @@ func (v *Validator) Start(frequency time.Duration) {
|
||||
for !done {
|
||||
select {
|
||||
case <-v.done:
|
||||
v.Logger.Info("Done")
|
||||
v.Logger.Info("validator: STOP")
|
||||
|
||||
done = true
|
||||
ticker.Stop()
|
||||
case <-ticker.C:
|
||||
|
Reference in New Issue
Block a user