]> xenbits.xensource.com Git - pvdrivers/win/xenvbd.git/commitdiff
Add missing parameter to log statement
authorPaul Durrant <paul.durrant@citrix.com>
Fri, 7 Aug 2015 16:57:40 +0000 (17:57 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Fri, 7 Aug 2015 16:57:56 +0000 (17:57 +0100)
Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
src/xenvbd/pdo.c

index b854afc6d742c63c2c6163c808e27908deab5f58..f0d6674372eaf1800905b4e0185f097c125c12b2 100644 (file)
@@ -2202,7 +2202,8 @@ __PdoExecuteScsi(
                                          (UCHAR)PdoGetTargetId(Pdo),
                                          0,
                                          XENVBD_MAX_QUEUE_DEPTH))
-            Verbose("Target[%d] : Failed to set queue depth\n");
+            Verbose("Target[%d] : Failed to set queue depth\n",
+                    PdoGetTargetId(Pdo));
         PdoInquiry(PdoGetTargetId(Pdo), FrontendGetInquiry(Pdo->Frontend), Srb, Pdo->DeviceType);
         break;
     case SCSIOP_MODE_SENSE: