[SCSIPORT]
authorEric Kohl <eric.kohl@reactos.org>
Sun, 20 Jul 2014 07:19:42 +0000 (07:19 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Sun, 20 Jul 2014 07:19:42 +0000 (07:19 +0000)
ScsiPortLogError: Print the information that is to be logged.

svn path=/trunk/; revision=63723

reactos/drivers/storage/scsiport/scsiport.c

index 5c69662..1671fc7 100644 (file)
@@ -1840,6 +1840,8 @@ ScsiPortLogError(IN PVOID HwDeviceExtension,
   //PSCSI_PORT_DEVICE_EXTENSION DeviceExtension;
 
   DPRINT1("ScsiPortLogError() called\n");
+  DPRINT1("PathId: 0x%02x  TargetId: 0x%02x  Lun: 0x%02x  ErrorCode: 0x%08lx  UniqueId: 0x%08lx\n",
+          PathId, TargetId, Lun, ErrorCode, UniqueId);
 
   //DeviceExtension = CONTAINING_RECORD(HwDeviceExtension, SCSI_PORT_DEVICE_EXTENSION, MiniPortDeviceExtension);