inject logger that does not compile

This commit is contained in:
Pascal Fischer
2023-08-17 13:35:38 +02:00
parent 7f7e10121d
commit 6743054451

View File

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