Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Minor logging addition.
  • Loading branch information
icculus committed May 28, 2004
1 parent cdabbf4 commit 53f612f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mojopatch.c
Expand Up @@ -2172,6 +2172,7 @@ int mojopatch_main(int argc, char **argv)
unlink(patchtmpfile); /* just in case. */
unlink(patchtmpfile2); /* just in case. */

_log("MojoPatch %s shutting down.", VERSION);
_dlog("(Total running time: %ld seconds.)", time(NULL) - starttime);

ui_deinit();
Expand Down

0 comments on commit 53f612f

Please sign in to comment.