Przeglądaj źródła

[efi] Fix incorrect debug message level when device has no device path

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 9 lat temu
rodzic
commit
608fb792eb
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2
    2
      src/interface/efi/efi_driver.c

+ 2
- 2
src/interface/efi/efi_driver.c Wyświetl plik

261
 					  &devpath.interface,
261
 					  &devpath.interface,
262
 					  efi_image_handle, device,
262
 					  efi_image_handle, device,
263
 					  EFI_OPEN_PROTOCOL_BY_DRIVER ) ) != 0){
263
 					  EFI_OPEN_PROTOCOL_BY_DRIVER ) ) != 0){
264
-		DBGCP ( device, "EFIDRV %p %s has no device path\n",
265
-			device, efi_handle_devpath_text ( device ) );
264
+		DBGC ( device, "EFIDRV %p %s has no device path\n",
265
+		       device, efi_handle_devpath_text ( device ) );
266
 		goto err_no_device_path;
266
 		goto err_no_device_path;
267
 	}
267
 	}
268
 	efidev->path = devpath.devpath;
268
 	efidev->path = devpath.devpath;

Ładowanie…
Anuluj
Zapisz