diff --git a/common/protos/limine.c b/common/protos/limine.c index ba9064d1..4fa57b69 100644 --- a/common/protos/limine.c +++ b/common/protos/limine.c @@ -1004,7 +1004,7 @@ FEAT_START if (dtb_path) { struct file_handle *dtb_file; if ((dtb_file = uri_open(dtb_path)) == NULL) - panic(true, "limine: Failed to open device tree blob with path `%#`. Is the path correct?", kernel_path); + panic(true, "limine: Failed to open device tree blob with path `%#`. Is the path correct?", dtb_path); dtb = freadall_mode(dtb_file, MEMMAP_BOOTLOADER_RECLAIMABLE, false #if defined (__i386__)