From e9df0d7457ac2df038d5bd3d5d158868fe571eba Mon Sep 17 00:00:00 2001 From: smf- Date: Wed, 10 Oct 2012 13:41:21 +0000 Subject: added the device tag when logging that no harddrive is found (nw) --- src/emu/machine/scsihd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/machine/scsihd.c b/src/emu/machine/scsihd.c index f9077007da1..4f2f274f4b1 100644 --- a/src/emu/machine/scsihd.c +++ b/src/emu/machine/scsihd.c @@ -54,7 +54,7 @@ void scsihd_device::device_reset() if (!disk) { - logerror("SCSIHD: no HD found!\n"); + logerror("%s SCSIHD: no HD found!\n", tag()); } else { -- cgit v1.2.3