Skip to content

Commit 845e65e

Browse files
committed
Check logging
1 parent 54f1c70 commit 845e65e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

demos/http/http_demo_mutual_auth/http_demo_mutual_auth.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,8 @@ static int32_t sendHttpRequest( const TransportInterface_t * pTransportInterface
313313
}
314314

315315
LogInfo( ( "ABC" ) );
316-
fflush(stdout);
316+
fflush( stdout );
317+
fflush( stderr );
317318

318319
if( httpStatus != HTTPSuccess )
319320
{

0 commit comments

Comments
 (0)