We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d830b7 commit 1162a88Copy full SHA for 1162a88
demos/http/http_demo_mutual_auth/http_demo_mutual_auth.c
@@ -395,18 +395,16 @@ int main( int argc,
395
HTTP_METHOD_POST_LENGTH,
396
POST_PATH,
397
POST_PATH_LENGTH );
398
- LogInfo( ( "Final returnStatus = %d", returnStatus ) );
+
399
+ LogInfo( ( "ABC") );
400
+ LogInfo( ( "Final returnStatus = %d", returnStatus ) );
401
}
402
403
if( returnStatus == EXIT_SUCCESS )
404
{
405
LogInfo( ( "Rahul" ) );
406
/* Log message indicating an iteration completed successfully. */
407
//printf( "Demo completed successfully." );
-
- /* Ensure logs are flushed before exiting. */
408
- fflush( stdout );
409
- fflush( stderr );
410
411
412
/************************** Disconnect. *****************************/
0 commit comments