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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to