mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-28 13:47:58 +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));
|
||||
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)
|
||||
rmdir(buf);
|
||||
|
Loading…
Reference in New Issue
Block a user