We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85d2d26 commit e1bf7dcCopy full SHA for e1bf7dc
client.go
@@ -181,6 +181,7 @@ func (p *clientImpl) Init() error {
181
server = platformServerAddress
182
} else {
183
server = alternativePlatformServer
184
+ fmt.Println("Using alternative platform server: ", server)
185
}
186
187
u, err := url.Parse(server)
0 commit comments