From c0e38eb3c7c552cf6ee2723aecdeb422b26d8803 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 29 Dec 2021 14:20:17 +0100 Subject: [PATCH] added debug msg --- serverCommunication/web.go | 1 + 1 file changed, 1 insertion(+) 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 }