diff options
Diffstat (limited to 'src/nvim/os_unix.c')
-rw-r--r-- | src/nvim/os_unix.c | 1 |
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); } |