summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-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")