Skip to content

Commit

Permalink
Log exit code (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
killenheladagen authored Apr 22, 2024
1 parent a3b2204 commit 0d1129e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/dockerdwrapper.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 0d1129e

Please sign in to comment.