mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
log path too
This commit is contained in:
parent
d9ebecb0ea
commit
45fa93543c
@ -547,7 +547,7 @@ bool test_permissions(const char *path)
|
|||||||
fill_pathname_join(buf, path, ".retroarch", sizeof(buf));
|
fill_pathname_join(buf, path, ".retroarch", sizeof(buf));
|
||||||
ret = path_mkdir(buf);
|
ret = path_mkdir(buf);
|
||||||
|
|
||||||
RARCH_LOG("Create %s %s\n", buf, ret ? "true" : "false");
|
RARCH_LOG("Create %s in %s %s\n", buf, path, ret ? "true" : "false");
|
||||||
|
|
||||||
if(ret)
|
if(ret)
|
||||||
rmdir(buf);
|
rmdir(buf);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user