added debug msg
parent
c0e38eb3c7
commit
ab7d97a57a
|
@ -274,7 +274,7 @@ func GetWebClientOrCreateNewByUuid(uuid string) *structs.WebClient {
|
||||||
}
|
}
|
||||||
|
|
||||||
func GetWebClientByUuid(Uuid string) *structs.WebClient {
|
func GetWebClientByUuid(Uuid string) *structs.WebClient {
|
||||||
logger.Web.Debugln("len clients", len(cache.WebClients))
|
logger.Web.Debugln("len clients", len(cache.WebClients), Uuid)
|
||||||
|
|
||||||
// return client from clients list
|
// return client from clients list
|
||||||
for uuid, client := range cache.WebClients {
|
for uuid, client := range cache.WebClients {
|
||||||
|
|
Loading…
Reference in New Issue