mirror of https://github.com/ipxe/ipxe.git
[hyperv] Tidy up debug output
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/33/head
parent
f6a3bc0aa1
commit
af07324af9
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue