statistics

This commit is contained in:
skiffer-git 2022-03-01 15:17:43 +08:00
parent 6362500741
commit de7dae4455

View File

@ -21,8 +21,7 @@ func (s *Statistics) output() {
select { select {
case <-t.C: case <-t.C:
} }
log.NewWarn(s.ModuleName, s.PrintArgs, *s.Count-sum, "total:", *s.Count) log.NewWarn("", "system stat ", s.ModuleName, s.PrintArgs, *s.Count-sum, "total:", *s.Count)
} }
} }