]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[hyperv] Tidy up debug output
authorMichael Brown <mcb30@ipxe.org>
Sat, 20 Dec 2014 21:32:30 +0000 (21:32 +0000)
committerMichael Brown <mcb30@ipxe.org>
Sat, 20 Dec 2014 21:33:59 +0000 (21:33 +0000)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/interface/hyperv/vmbus.c

index 9be894df092d59770c7ae053df5124a45fe37f5b..79fa3e5eee07c6580a7cfb3a5c2d1c7296a7529f 100644 (file)
@@ -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;
                        }