diff options
author | Michael Brown | 2014-12-20 22:32:30 +0100 |
---|---|---|
committer | Michael Brown | 2014-12-20 22:33:59 +0100 |
commit | af07324af90ef15b921dcdb8bdc9f5635ac1a1f8 (patch) | |
tree | 4ddf014236212f5e17edcd342aed165d5fbf86b0 /src/interface/hyperv | |
parent | [rndis] Ignore start-of-day RNDIS_INDICATE_STATUS_MSG with status 0x40020006 (diff) | |
download | ipxe-af07324af90ef15b921dcdb8bdc9f5635ac1a1f8.tar.gz ipxe-af07324af90ef15b921dcdb8bdc9f5635ac1a1f8.tar.xz ipxe-af07324af90ef15b921dcdb8bdc9f5635ac1a1f8.zip |
[hyperv] Tidy up debug output
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/interface/hyperv')
-rw-r--r-- | src/interface/hyperv/vmbus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interface/hyperv/vmbus.c b/src/interface/hyperv/vmbus.c index 9be894df..79fa3e5e 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; } |