From: Paul Durrant Date: Fri, 30 Sep 2016 12:50:26 +0000 (+0100) Subject: Stop checked builds from crashing X-Git-Tag: 8.2.0-rc1~9 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=3741a428d2e6952e75a20d21275f9873b9cf299d;p=pvdrivers%2Fwin%2Fxenvbd.git Stop checked builds from crashing Signed-off-by: Paul Durrant --- diff --git a/src/xenvbd/pdo.c b/src/xenvbd/pdo.c index 0e21302..269fdfb 100644 --- a/src/xenvbd/pdo.c +++ b/src/xenvbd/pdo.c @@ -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;