From: Paul Durrant Date: Fri, 7 Aug 2015 16:57:40 +0000 (+0100) Subject: Add missing parameter to log statement X-Git-Tag: 8.1.0-rc1~3 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=dbe7614b27e047e16ce2f500e6dcb3ed1d419766;p=pvdrivers%2Fwin%2Fxenvbd.git Add missing parameter to log statement Signed-off-by: Paul Durrant --- diff --git a/src/xenvbd/pdo.c b/src/xenvbd/pdo.c index b854afc..f0d6674 100644 --- a/src/xenvbd/pdo.c +++ b/src/xenvbd/pdo.c @@ -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: