X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=fileops.c;h=9cf66ebb2d80a1e6c172647d1645a71c36a68161;hb=4386d0ddc988a11e8f55d774f577e4ca4f83cea9;hp=1a43479f97fcdbbff8a7584c34804d3b62982574;hpb=90dc485b21e0c6b3417e22e86f637f45e62748f2;p=debian%2Felilo diff --git a/fileops.c b/fileops.c index 1a43479..9cf66eb 100644 --- a/fileops.c +++ b/fileops.c @@ -497,7 +497,7 @@ add_dev_tab(EFI_GUID *proto, EFI_HANDLE boot_handle, UINTN size, fops_fs_glue_t str2 = str == NULL ? L"Unknown" : str; - DBG_PRT((L"%s : %-8s : %s\n", dev_tab[idx].name, + DBG_PRT((L"%s : %-8s : %s", dev_tab[idx].name, (dev_tab[idx].fops ? dev_tab[idx].fops->name: L"N/A"), str2)); if (str) FreePool(str);