Merge branch 'master' of github.com:evilsocket/bettercap-ng

This commit is contained in:
evilsocket 2018-01-30 12:03:31 +01:00
commit e479a4747a

View file

@ -82,7 +82,7 @@ func (t *Ticker) Start() error {
t.SetRunning(true)
go func() {
log.Info("Ticker running with period %ds.", t.Period.Seconds())
log.Info("Ticker running with period %.fs.", t.Period.Seconds())
tick := time.Tick(t.Period)
for _ = range tick {
if t.Running() == false {