summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/cdislavehle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/cdislavehle.cpp')
-rw-r--r--src/mame/machine/cdislavehle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/cdislavehle.cpp b/src/mame/machine/cdislavehle.cpp
index f420e1c8dc8..ef7d5be3030 100644
--- a/src/mame/machine/cdislavehle.cpp
+++ b/src/mame/machine/cdislavehle.cpp
@@ -124,7 +124,7 @@ uint16_t cdislave_hle_device::slave_r(offs_t offset)
if (m_channel[offset].m_out_count)
{
uint8_t ret = m_channel[offset].m_out_buf[m_channel[offset].m_out_index];
- LOGMASKED(LOG_READS, "slave_r: Channel %d: %d, %02x\n", offset, m_channel[offset].m_out_index, ret);
+ LOGMASKED(LOG_READS, "%s: slave_r: Channel %d: %d, %02x\n", machine().describe_context(), offset, m_channel[offset].m_out_index, ret);
if (m_channel[offset].m_out_index == 0)
{
switch (m_channel[offset].m_out_cmd)