aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os_unix.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-09-19 07:55:46 +0200
committerGitHub <noreply@github.com>2018-09-19 07:55:46 +0200
commitd0401e827bdeff99fc6a0fa6599cad2970bd6136 (patch)
tree86725e120b2e906a0c4a64b2a2a7bf2c26a7666f /src/nvim/os_unix.c
parenta316258d2c15e180b4cd9d59cfad3f9f1eaf2fcc (diff)
parent7c00b9efcafa9046f8226ce4650f1b9ad67243c9 (diff)
downloadrneovim-d0401e827bdeff99fc6a0fa6599cad2970bd6136.tar.gz
rneovim-d0401e827bdeff99fc6a0fa6599cad2970bd6136.tar.bz2
rneovim-d0401e827bdeff99fc6a0fa6599cad2970bd6136.zip
Merge #9014 from justinmk/log-more
Diffstat (limited to 'src/nvim/os_unix.c')
-rw-r--r--src/nvim/os_unix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/os_unix.c b/src/nvim/os_unix.c
index bd8a13e6c8..27660712da 100644
--- a/src/nvim/os_unix.c
+++ b/src/nvim/os_unix.c
@@ -153,6 +153,7 @@ void mch_exit(int r)
free_all_mem();
#endif
+ ILOG("Nvim exit: %d", r);
exit(r);
}