nscsi_hd: minor logging improvement (nw)

This commit is contained in:
Patrick Mackinlay 2018-09-18 11:42:41 +08:00
parent e541a8acbb
commit ef5fe3c95e

View File

@ -338,7 +338,7 @@ void nscsi_harddisk_device::scsi_command()
} }
case SC_START_STOP_UNIT: 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); scsi_status_complete(SS_GOOD);
break; break;