diff options
-rw-r--r-- | src/emu/softlist_dev.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/softlist_dev.cpp b/src/emu/softlist_dev.cpp index 0f978d08fdd..c48f7820c23 100644 --- a/src/emu/softlist_dev.cpp +++ b/src/emu/softlist_dev.cpp @@ -300,7 +300,7 @@ void software_list_device::parse() } else if (filerr == osd_file::error::NOT_FOUND) { - osd_printf_verbose("%s: Software list %s not found\n", m_filename); + osd_printf_verbose("%s: Software list %s not found\n", tag(), m_filename); } else { |