Skip to content

Commit e7e171c

Browse files
authored
Debug log fix (#1701)
1 parent 9cb595a commit e7e171c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/http/http_demo_s3_download/http_demo_s3_download.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ static bool getTemporaryCredentials( TransportInterface_t * transportInterface,
630630
jsonStatus = parseCredentials( response, sigvCreds );
631631

632632
LogDebug( ( "AWS IoT credential provider response: %.*s.",
633-
response->bufferLen, response->pBuffer ) );
633+
( int32_t ) response->bufferLen, response->pBuffer ) );
634634

635635
if( jsonStatus != JSONSuccess )
636636
{

0 commit comments

Comments
 (0)