From 490ba62973a2e7b91d7f8c216c9fbecf7d386ce0 Mon Sep 17 00:00:00 2001 From: radius Date: Thu, 9 Jun 2016 19:39:57 -0500 Subject: [PATCH] log this later --- frontend/drivers/platform_linux.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/drivers/platform_linux.c b/frontend/drivers/platform_linux.c index 9c52cca755..4383b3e085 100644 --- a/frontend/drivers/platform_linux.c +++ b/frontend/drivers/platform_linux.c @@ -1426,8 +1426,6 @@ static void frontend_linux_get_env(int *argc, else perms = INTERNAL_STORAGE_NOT_WRITABLE; - RARCH_LOG("Storage permissions: %d", perms); - if (!string_is_empty(app_dir)) { RARCH_LOG("Application location: [%s].\n", app_dir); @@ -1490,7 +1488,7 @@ static void frontend_linux_get_env(int *argc, } RARCH_LOG("Default screenshot folder: [%s]", g_defaults.dir.screenshot); - + RARCH_LOG("Storage permissions: %d", perms); switch (perms) { case INTERNAL_STORAGE_APPDIR_WRITABLE: