mirror of
https://github.com/ipxe/ipxe
synced 2026-02-28 03:11:18 +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 */
|
/* Look for a driver */
|
||||||
driver = vmbus_find_driver ( type );
|
driver = vmbus_find_driver ( type );
|
||||||
if ( ! driver ) {
|
if ( ! driver ) {
|
||||||
DBGC ( vmbus, "VMBUS %p has no driver for "
|
DBGC2 ( vmbus, "VMBUS %p has no driver for "
|
||||||
"type %s\n", vmbus, uuid_ntoa ( type ) );
|
"type %s\n", vmbus, uuid_ntoa ( type ));
|
||||||
/* Not a fatal error */
|
/* Not a fatal error */
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user