Better log message

This commit is contained in:
Kevin Cotugno 2017-10-19 21:57:07 -07:00
parent a5e78e3814
commit 09a3e1352b

View File

@ -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: