Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[hyperv] Tidy up debug output
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Dec 20, 2014
1 parent f6a3bc0 commit af07324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/interface/hyperv/vmbus.c
Expand Up @@ -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;
}
Expand Down

0 comments on commit af07324

Please sign in to comment.