From af07324af90ef15b921dcdb8bdc9f5635ac1a1f8 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sat, 20 Dec 2014 21:32:30 +0000 Subject: [PATCH] [hyperv] Tidy up debug output Signed-off-by: Michael Brown --- src/interface/hyperv/vmbus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.47.2