summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/interface/hyperv/vmbus.c4
1 files 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;
}