Skip to content

Commit

Permalink
Log exit code (#136)
Browse files Browse the repository at this point in the history
Co-authored-by: Mattias Axelsson <[email protected]>
  • Loading branch information
github-actions[bot] and killenheladagen authored Apr 22, 2024
1 parent 903e3aa commit 30f8a81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/dockerdwrapperwithcompose.c
Original file line number Diff line number Diff line change
Expand Up @@ -882,5 +882,6 @@ int main(int argc, char** argv) {
sd_disk_storage_free(sd_disk_storage);
free(app_state.sd_card_area);

log_debug("Application exited with exit code %d", application_exit_code);
return application_exit_code;
}

0 comments on commit 30f8a81

Please sign in to comment.