Put back removed printf line,my mistake (no whatsnew)

This commit is contained in:
Miodrag Milanovic 2010-07-21 16:27:02 +00:00
parent 2b81a7d1fe
commit 99596bc2b6

View File

@ -571,6 +571,7 @@ static int parse_ini_file(core_options *options, const char *name, int priority)
} }
/* parse the file and close it */ /* parse the file and close it */
mame_printf_verbose("Parsing %s.ini\n", name);
options_parse_ini_file(options, mame_core_file(file), priority); options_parse_ini_file(options, mame_core_file(file), priority);
mame_fclose(file); mame_fclose(file);
return TRUE; return TRUE;