From 99596bc2b686d23a0fe32a539c3445c4c18f86d1 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 21 Jul 2010 16:27:02 +0000 Subject: [PATCH] Put back removed printf line,my mistake (no whatsnew) --- src/emu/mame.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/emu/mame.c b/src/emu/mame.c index 361a7aa7f9e..c880ad2b4c5 100644 --- a/src/emu/mame.c +++ b/src/emu/mame.c @@ -571,6 +571,7 @@ static int parse_ini_file(core_options *options, const char *name, int priority) } /* parse the file and close it */ + mame_printf_verbose("Parsing %s.ini\n", name); options_parse_ini_file(options, mame_core_file(file), priority); mame_fclose(file); return TRUE;