pull/168/head
wenxu12345 3 years ago
parent 9d28736849
commit e1f58f07fe

@ -1 +1 @@
Subproject commit 992f76df0ee500a0377523b0780d3a85f2275755 Subproject commit 1c6c7af5393b3e9eefbaf16b673519ca863a6c2c

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

Loading…
Cancel
Save