Log default config path used.

This commit is contained in:
Themaister 2013-04-28 23:27:38 +02:00
parent f0f925915d
commit 4b6cca9551

View File

@ -380,6 +380,8 @@ static void parse_config_file(void)
{
RARCH_LOG("Loading default config.\n");
ret = config_load_file(NULL);
if (*g_extern.config_path)
RARCH_LOG("Found default config: %s.\n", g_extern.config_path);
}
if (!ret)