Skip to content

Commit eb89c5f

Browse files
committed
Update cblogger.Info
1 parent e12be47 commit eb89c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openstack/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ func initClientOpts(client *gophercloud.ProviderClient, eo gophercloud.EndpointO
366366
sc.Endpoint = url
367367
sc.Type = clientType
368368

369-
cblogger.Infof("\n# sc.Endpoint : [%s] : [%s]", sc.Type, sc.Endpoint)
369+
cblogger.Infof("\n# ServiceClient Type and Endpoint : [%s] : [%s]", sc.Type, sc.Endpoint)
370370
cblogger.Info("\n\n")
371371

372372
return sc, nil

0 commit comments

Comments
 (0)