This commit is contained in:
shoopea 2020-01-16 15:44:39 +08:00
parent 85372f98c4
commit 489f969827

View File

@ -97,6 +97,7 @@ func cronSaveClients() {
muxClients.RUnlock()
b, err := json.Marshal(clts)
logOnError(err, "cronSaveClients : Marshal")
log.Printf("cronSaveClients : %s\n", string(b))
}