Show tmp dir details in debug

This commit is contained in:
Arun Prakash Jana 2020-11-29 23:32:37 +05:30
parent f4cb5c63d0
commit 375df9f40b
No known key found for this signature in database
GPG key ID: A75979F35C080412

View file

@ -7532,6 +7532,9 @@ static bool set_tmp_path(void)
} }
tmpfplen = (uchar)xstrsncpy(g_tmpfpath, path, TMP_LEN_MAX); tmpfplen = (uchar)xstrsncpy(g_tmpfpath, path, TMP_LEN_MAX);
DPRINTF_S(g_tmpfpath);
DPRINTF_U(tmpfplen);
return TRUE; return TRUE;
} }