Merge branch 'tuoyun' of github.com:OpenIMSDK/Open-IM-Server into tuoyun

This commit is contained in:
wangchuxiao
2022-03-02 19:07:28 +08:00
7 changed files with 29 additions and 21 deletions
+1 -2
View File
@@ -21,8 +21,7 @@ func (s *Statistics) output() {
select {
case <-t.C:
}
log.NewWarn(s.ModuleName, s.PrintArgs, *s.Count-sum)
log.NewWarn("", " system stat ", s.ModuleName, s.PrintArgs, *s.Count-sum, "total:", *s.Count)
}
}