summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/zaurus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/zaurus.cpp')
-rw-r--r--src/mame/drivers/zaurus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/zaurus.cpp b/src/mame/drivers/zaurus.cpp
index dde72fa0571..588ed5a55ab 100644
--- a/src/mame/drivers/zaurus.cpp
+++ b/src/mame/drivers/zaurus.cpp
@@ -1467,7 +1467,7 @@ static inline void ATTR_PRINTF(3,4) verboselog( device_t& device, int n_level, c
vsprintf( buf, s_fmt, v );
va_end( v );
device.logerror( "%s: %s", device.machine().describe_context(), buf );
- //printf( "%s: %s", device.machine().describe_context(), buf );
+ //printf( "%s: %s", device.machine().describe_context().c_str(), buf );
}
}