added debug msg

master
Alex 2021-12-29 14:21:19 +01:00
parent c0e38eb3c7
commit ab7d97a57a
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ func GetWebClientOrCreateNewByUuid(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
for uuid, client := range cache.WebClients {