diff options
author | Aaron Ball <nullspoon@oper.io> | 2018-10-31 16:33:32 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2018-10-31 16:33:32 -0600 |
commit | 5be85e293db9fd73d19a71b354ca1bd9cde553a1 (patch) | |
tree | 492ee213f7f89077115f545644b1b3f5383caf1d | |
parent | 6df63b471074a1de0ec71f9e16d13eed5485cf19 (diff) | |
download | gpgedit-5be85e293db9fd73d19a71b354ca1bd9cde553a1.tar.gz gpgedit-5be85e293db9fd73d19a71b354ca1bd9cde553a1.tar.xz |
main.c:More debug log messages.
-rw-r--r-- | src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -146,7 +146,9 @@ int main(int argc, char* argv[]) { } // Clean up tmpfile + logger(LOG_DEBUG, "Releasing config memory\n"); gpgedit_config_release(config); + logger(LOG_DEBUG, "Unlinking temp file '%s'\n", tmpfile); unlink(tmpfile); return 0; } |