Skip to content

Commit e1bf7dc

Browse files
author
Rob Taylor
committed
Add message that alternative platform server is in use
1 parent 85d2d26 commit e1bf7dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client.go

+1
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ func (p *clientImpl) Init() error {
181181
server = platformServerAddress
182182
} else {
183183
server = alternativePlatformServer
184+
fmt.Println("Using alternative platform server: ", server)
184185
}
185186
}
186187
u, err := url.Parse(server)

0 commit comments

Comments
 (0)