mirror of
https://github.com/ipxe/ipxe
synced 2025-12-11 14:03:29 +03:00
[hyperv] Tidy up debug output
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user