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 1162a88 commit aedfec7Copy full SHA for aedfec7
demos/http/http_demo_mutual_auth/http_demo_mutual_auth.c
@@ -395,16 +395,16 @@ int main( int argc,
395
HTTP_METHOD_POST_LENGTH,
396
POST_PATH,
397
POST_PATH_LENGTH );
398
-
399
- LogInfo( ( "ABC") );
400
- LogInfo( ( "Final returnStatus = %d", returnStatus ) );
401
}
402
+ LogInfo( ( "ABC" ) );
+ LogInfo( ( "Final returnStatus = %d", returnStatus ) );
+
403
if( returnStatus == EXIT_SUCCESS )
404
{
405
LogInfo( ( "Rahul" ) );
406
/* Log message indicating an iteration completed successfully. */
407
- //printf( "Demo completed successfully." );
+ /*printf( "Demo completed successfully." ); */
408
409
410
/************************** Disconnect. *****************************/
0 commit comments