diff --git a/serverCommunication/web.go b/serverCommunication/web.go index 9175465..537c5a7 100644 --- a/serverCommunication/web.go +++ b/serverCommunication/web.go @@ -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 {