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) {}