Skip to content

Commit e0b3fae

Browse files
committed
Fix http_demo_mutual_auth
1 parent a0742e7 commit e0b3fae

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
@@ -399,8 +399,9 @@ int main( int argc,
399399

400400
if( returnStatus == EXIT_SUCCESS )
401401
{
402+
LogInfo( ( "Rahul" ) );
402403
/* Log message indicating an iteration completed successfully. */
403-
LogInfo( ( "Demo completed successfully." ) );
404+
printf( ( "Demo completed successfully." ) );
404405

405406
/* Ensure logs are flushed before exiting. */
406407
fflush( stdout );

0 commit comments

Comments
 (0)