Minor tweak to the debug
Make it clear we're loading from UFS.
This commit is contained in:
parent
f9feb09189
commit
375cd3bbaa
@ -148,7 +148,7 @@ load(const char *filepath, dev_info_t *dev, void **bufp, size_t *bufsize)
|
||||
#ifdef EFI_DEBUG
|
||||
{
|
||||
CHAR16 *text = efi_devpath_name(dev->devpath);
|
||||
DPRINTF("Loading '%s' from %S\n", filepath, text);
|
||||
DPRINTF("UFS Loading '%s' from %S\n", filepath, text);
|
||||
efi_free_devpath_name(text);
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user