Minor tweak to the debug

Make it clear we're loading from UFS.
This commit is contained in:
Warner Losh 2019-04-18 15:19:19 +00:00
parent f9feb09189
commit 375cd3bbaa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=346353

View File

@ -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