From: Michael Brown Date: Sat, 20 Dec 2014 21:32:30 +0000 (+0000) Subject: [hyperv] Tidy up debug output X-Git-Tag: v1.20.1~1011 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af07324af90ef15b921dcdb8bdc9f5635ac1a1f8;p=thirdparty%2Fipxe.git [hyperv] Tidy up debug output Signed-off-by: Michael Brown --- diff --git a/src/interface/hyperv/vmbus.c b/src/interface/hyperv/vmbus.c index 9be894df0..79fa3e5ee 100644 --- a/src/interface/hyperv/vmbus.c +++ b/src/interface/hyperv/vmbus.c @@ -1092,8 +1092,8 @@ static int vmbus_probe_channels ( struct hv_hypervisor *hv, /* Look for a driver */ driver = vmbus_find_driver ( type ); if ( ! driver ) { - DBGC ( vmbus, "VMBUS %p has no driver for " - "type %s\n", vmbus, uuid_ntoa ( type ) ); + DBGC2 ( vmbus, "VMBUS %p has no driver for " + "type %s\n", vmbus, uuid_ntoa ( type )); /* Not a fatal error */ continue; }