Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
c0untingNumbers committed Nov 10, 2024
1 parent 5196a35 commit 175f1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osclient/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func init() {
log.Fatalf("Failed to parse the clouds.yaml: %v", err)
}

log.Print(tlsConfig.ServerName)
log.Printf("Woah: %s", tlsConfig.ServerName)

providerClient, err := config.NewProviderClient(ctx, ao, config.WithTLSConfig(tlsConfig))
if err != nil {
Expand Down

0 comments on commit 175f1b6

Please sign in to comment.