We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 931ee55 commit 851137fCopy full SHA for 851137f
src/nvim/fileio.c
@@ -3277,7 +3277,7 @@ static void vim_mktempdir(void)
3277
if (!os_isdir(tmp)) {
3278
if (strequal("$TMPDIR", temp_dirs[i])) {
3279
if (!os_getenv("TMPDIR")) {
3280
- WLOG("$TMPDIR is unset");
+ DLOG("$TMPDIR is unset");
3281
} else {
3282
WLOG("$TMPDIR tempdir not a directory (or does not exist): \"%s\"", tmp);
3283
}
0 commit comments