Skip to content

Commit 2d9d830

Browse files
committed
Dummy check for retStatus
1 parent 4747f10 commit 2d9d830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/http/http_demo_mutual_auth/http_demo_mutual_auth.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ int main( int argc,
402402
{
403403
LogInfo( ( "Rahul" ) );
404404
/* Log message indicating an iteration completed successfully. */
405-
LogInfo( ( "Demo completed successfully." ) );
405+
printf( "Demo completed successfully." );
406406

407407
/* Ensure logs are flushed before exiting. */
408408
fflush( stdout );

0 commit comments

Comments
 (0)