[hyperv] Tidy up debug output

Signed-off-by: Michael Brown <mcb30@ipxe.org>
pull/33/head
Michael Brown 2014-12-20 21:32:30 +00:00
parent f6a3bc0aa1
commit af07324af9
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}