diff options
author | 2010-07-21 16:27:02 +0000 | |
---|---|---|
committer | 2010-07-21 16:27:02 +0000 | |
commit | 99596bc2b686d23a0fe32a539c3445c4c18f86d1 (patch) | |
tree | 327cedd7e7714f18f5d15815f28b2406edd6462a /src/emu/mame.c | |
parent | 2b81a7d1fe87da94510feb6def812ca9fb4398c2 (diff) |
Put back removed printf line,my mistake (no whatsnew)
Diffstat (limited to 'src/emu/mame.c')
-rw-r--r-- | src/emu/mame.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |