Skip to content

Commit ee868aa

Browse files
committed
fix
1 parent 84009cd commit ee868aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tencentcloud/common/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ func ShortRegionNameParse(shortRegion string) string {
626626

627627
func GetAuthFromCAM(roleName string) (camResp *CAMResponse, err error) {
628628
url := fmt.Sprintf("http://metadata.tencentyun.com/latest/meta-data/cam/security-credentials/%s", roleName)
629-
log.Printf("[CRITAL] Request CAM security credentials url: %s", url)
629+
log.Printf("[CRITAL] Request CAM security credentials url: %s\n", url)
630630
// maximum waiting time
631631
client := &http.Client{Timeout: 2 * time.Second}
632632
req, err := http.NewRequest("GET", url, nil)

0 commit comments

Comments
 (0)