Skip to content

Commit aedfec7

Browse files
committed
Check logging
1 parent 1162a88 commit aedfec7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

demos/http/http_demo_mutual_auth/http_demo_mutual_auth.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -395,16 +395,16 @@ int main( int argc,
395395
HTTP_METHOD_POST_LENGTH,
396396
POST_PATH,
397397
POST_PATH_LENGTH );
398-
399-
LogInfo( ( "ABC") );
400-
LogInfo( ( "Final returnStatus = %d", returnStatus ) );
401398
}
402399

400+
LogInfo( ( "ABC" ) );
401+
LogInfo( ( "Final returnStatus = %d", returnStatus ) );
402+
403403
if( returnStatus == EXIT_SUCCESS )
404404
{
405405
LogInfo( ( "Rahul" ) );
406406
/* Log message indicating an iteration completed successfully. */
407-
//printf( "Demo completed successfully." );
407+
/*printf( "Demo completed successfully." ); */
408408
}
409409

410410
/************************** Disconnect. *****************************/

0 commit comments

Comments
 (0)