From ef5fe3c95e5f37926fd15c1161e5ada8dfa48aaf Mon Sep 17 00:00:00 2001 From: Patrick Mackinlay Date: Tue, 18 Sep 2018 11:42:41 +0800 Subject: nscsi_hd: minor logging improvement (nw) --- src/devices/machine/nscsi_hd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/machine/nscsi_hd.cpp b/src/devices/machine/nscsi_hd.cpp index 2dc3b567898..15824d1679d 100644 --- a/src/devices/machine/nscsi_hd.cpp +++ b/src/devices/machine/nscsi_hd.cpp @@ -338,7 +338,7 @@ void nscsi_harddisk_device::scsi_command() } case SC_START_STOP_UNIT: - LOG("command START STOP UNIT\n"); + LOG("command %s UNIT\n", (scsi_cmdbuf[4] & 0x1) ? "START" : "STOP"); scsi_status_complete(SS_GOOD); break; -- cgit v1.2.3