Skip to content

Commit

Permalink
update log
Browse files Browse the repository at this point in the history
  • Loading branch information
hellertang committed Oct 10, 2023
1 parent d36500f commit 30cc348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tencentcloud/resource_tc_nat_gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ func resourceTencentCloudNatGatewayCreate(d *schema.ResourceData, meta interface
result, e := meta.(*TencentCloudClient).apiV3Conn.UseVpcClient().DescribeNatGateways(statRequest)
if e != nil {
log.Printf("[CRITAL]%s api[%s] fail, request body [%s], reason[%s]\n",
logId, request.GetAction(), request.ToJsonString(), e.Error())
logId, statRequest.GetAction(), statRequest.ToJsonString(), e.Error())
return retryError(e)
} else {
//if not, quit
Expand Down

0 comments on commit 30cc348

Please sign in to comment.