mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
statistics log
This commit is contained in:
parent
04f8a7247d
commit
123aad2707
@ -21,7 +21,7 @@ func (s *Statistics) output() {
|
|||||||
select {
|
select {
|
||||||
case <-t.C:
|
case <-t.C:
|
||||||
}
|
}
|
||||||
log.NewWarn(s.ModuleName, s.PrintArgs, *s.Count-sum)
|
log.NewWarn(s.ModuleName, s.PrintArgs, *s.Count-sum, *s.Count)
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user