summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/softlist_dev.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2021-07-05 08:41:31 -0400
committer AJR <ajrhacker@users.noreply.github.com>2021-07-05 08:41:31 -0400
commit753cf8dfeec422773be592c91fac1012d9ca593a (patch)
treedb39540df86e671588e99afca3d590d5dedc9aaa /src/emu/softlist_dev.cpp
parent5c56ac0c55b70d91ce81bb87866e6678c2565f0f (diff)
softlist_dev.cpp: Fix verbose printf
Diffstat (limited to 'src/emu/softlist_dev.cpp')
-rw-r--r--src/emu/softlist_dev.cpp2
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
{