:octocat:

This commit is contained in:
Liang Ding 2014-12-07 17:20:10 +08:00
parent 3b916aeaad
commit 86cf85d24e
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ func FixedTimeReport() {
}
var buf bytes.Buffer
buf.WriteString("\n [" + strconv.Itoa(len(users)) + "] users are online, [" + strconv.Itoa(processSum) + "] running processes and [" +
buf.WriteString("\n [" + strconv.Itoa(len(users)) + "] users, [" + strconv.Itoa(processSum) + "] running processes and [" +
strconv.Itoa(len(WideSessions)) + "] sessions currently\n")
for _, t := range users {