]> xenbits.xensource.com Git - pvdrivers/win/xenvbd.git/commitdiff
Stop checked builds from crashing
authorPaul Durrant <paul.durrant@citrix.com>
Fri, 30 Sep 2016 12:50:26 +0000 (13:50 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Fri, 30 Sep 2016 12:50:26 +0000 (13:50 +0100)
Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
src/xenvbd/pdo.c

index 0e213021b0644efb1ebc2056bcea43ef8499b12e..269fdfbafa7363fd245636fba556c7918448acd2 100644 (file)
@@ -2595,7 +2595,7 @@ PdoCreate(
     if (!FdoLinkPdo(Fdo, Pdo))
         goto fail4;
 
-    Verbose("Target[%d] : Created (%s)\n", TargetId);
+    Verbose("Target[%d] : Created (%s)\n", TargetId, Pdo);
     Trace("Target[%d] @ (%d) <=====\n", TargetId, KeGetCurrentIrql());
     return TRUE;