Add log message

This commit is contained in:
twinaphex 2017-02-26 06:44:35 +01:00
parent c653e6d886
commit 19bf048b68

View File

@ -614,6 +614,7 @@ static void retroarch_parse_input(int argc, char *argv[])
break;
case 'c':
RARCH_LOG("Set config file to : %s\n", optarg);
path_set(RARCH_PATH_CONFIG, optarg);
break;