From 490caec7519c51b5bfc965c7b8ee84863c8f404b Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 25 Jan 2012 07:50:47 +0000 Subject: [PATCH] Ah, removed log change (no whatsnew) --- src/emu/dislot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/dislot.c b/src/emu/dislot.c index c825c42a77d..9b70dfc9454 100644 --- a/src/emu/dislot.c +++ b/src/emu/dislot.c @@ -41,7 +41,7 @@ device_t* device_slot_interface::get_card_device() device_slot_card_interface *intf = NULL; dev = device().subdevice(subtag); if (dev!=NULL && !dev->interface(intf)) - throw emu_fatalerror("get_card_device called for device '%s' with no slot card interface tag %s", dev->tag(),subtag); + throw emu_fatalerror("get_card_device called for device '%s' with no slot card interface", dev->tag()); } return dev; }