summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-04-17 10:50:51 +0200
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2023-04-18 14:05:19 +0200
commit923e3e3003fb86a906841a99ccc6ad04b8ed7789 (patch)
treef06ab3da3e56a14f93644ef9d605e63a323bbcc9
parentbffe8ff5c360ffb7d304e93ac97e0cbd78feaa7b (diff)
Client Server: Log current secure internet server for config
-rw-r--r--client/server.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/server.go b/client/server.go
index d61ef21..6bcfaf7 100644
--- a/client/server.go
+++ b/client/server.go
@@ -435,6 +435,8 @@ func (c *Client) GetConfigSecureInternet(orgID string, preferTCP bool, t oauth.T
}
}()
+ log.Logger.Debugf("getting config for secure internet server with org ID: '%s", orgID)
+
// Not supported with Let's Connect!
if c.isLetsConnect() {
return nil, errors.Errorf("discovery with Let's Connect is not supported")