diff --git a/serverCommunication/web.go b/serverCommunication/web.go index ddeec57..9175465 100644 --- a/serverCommunication/web.go +++ b/serverCommunication/web.go @@ -283,6 +283,7 @@ func GetWebClientByUuid(Uuid string) *structs.WebClient { return client } } + logger.Web.Debugln("GetWebClientByUuid not found") return nil }