svn commit: r346353 - head/stand/efi/boot1
Warner Losh
imp at FreeBSD.org
Thu Apr 18 15:19:20 UTC 2019
Author: imp
Date: Thu Apr 18 15:19:19 2019
New Revision: 346353
URL: https://svnweb.freebsd.org/changeset/base/346353
Log:
Minor tweak to the debug
Make it clear we're loading from UFS.
Modified:
head/stand/efi/boot1/ufs_module.c
Modified: head/stand/efi/boot1/ufs_module.c
==============================================================================
--- head/stand/efi/boot1/ufs_module.c Thu Apr 18 14:18:06 2019 (r346352)
+++ head/stand/efi/boot1/ufs_module.c Thu Apr 18 15:19:19 2019 (r346353)
@@ -148,7 +148,7 @@ load(const char *filepath, dev_info_t *dev, void **buf
#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
More information about the svn-src-head
mailing list