K 10 svn:author V 6 emaste K 8 svn:date V 27 2016-01-07T02:37:17.722883Z K 7 svn:log V 330 MFC r292576: boot1.efi: show EFI error number, not full status value EFI return values set the high bit to indicate an error. The log messages changed here are printed only in the case of an error, so including the error bit is redundant. Also switch to decimal to match the error definitions (in sys/boot/efi/include/efierr.h). END