Selaa lähdekoodia

[hyperv] Tidy up debug output

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 9 vuotta sitten
vanhempi
commit
af07324af9
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2
    2
      src/interface/hyperv/vmbus.c

+ 2
- 2
src/interface/hyperv/vmbus.c Näytä tiedosto

1092
 			/* Look for a driver */
1092
 			/* Look for a driver */
1093
 			driver = vmbus_find_driver ( type );
1093
 			driver = vmbus_find_driver ( type );
1094
 			if ( ! driver ) {
1094
 			if ( ! driver ) {
1095
-				DBGC ( vmbus, "VMBUS %p has no driver for "
1096
-				       "type %s\n", vmbus, uuid_ntoa ( type ) );
1095
+				DBGC2 ( vmbus, "VMBUS %p has no driver for "
1096
+					"type %s\n", vmbus, uuid_ntoa ( type ));
1097
 				/* Not a fatal error */
1097
 				/* Not a fatal error */
1098
 				continue;
1098
 				continue;
1099
 			}
1099
 			}

Loading…
Peruuta
Tallenna