From 67430544516ceeb137e66f250487e21e9c31aac3 Mon Sep 17 00:00:00 2001 From: Pascal Fischer Date: Thu, 17 Aug 2023 13:35:38 +0200 Subject: [PATCH] inject logger that does not compile --- client/ios/netbird/client.go | 1 + 1 file changed, 1 insertion(+) diff --git a/client/ios/netbird/client.go b/client/ios/netbird/client.go index 46ac734df..3c8998813 100644 --- a/client/ios/netbird/client.go +++ b/client/ios/netbird/client.go @@ -105,6 +105,7 @@ func (c *Client) Run(fd int32, dns *DNSList, dnsReadyListener DnsReadyListener) return err } + c.logger.Info("Auth successful") // todo do not throw error in case of cancelled context ctx = internal.CtxInitState(ctx) c.onHostDnsFn = func([]string) {}