log path too

This commit is contained in:
radius 2016-06-09 19:29:22 -05:00
parent d9ebecb0ea
commit 45fa93543c

View File

@ -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);