Skip to content

Commit

Permalink
Add the demo completed succesfully message to the shadow demo for CI. (
Browse files Browse the repository at this point in the history
  • Loading branch information
sarenameas authored Oct 8, 2020
1 parent bd80bed commit c934a51
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions demos/shadow/shadow_demo_main/shadow_demo_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,12 @@ int main( int argc,
DisconnectMqttSession();
}

if( returnStatus == EXIT_SUCCESS )
{
/* Log message indicating the demo completed successfully. */
LogInfo( ( "Demo completed successfully." ) );
}

return returnStatus;
}

Expand Down

0 comments on commit c934a51

Please sign in to comment.