Module Name: src Committed By: kamil Date: Fri Apr 21 13:17:42 UTC 2017
Modified Files: src/sys/kern: exec_elf.c Log Message: Enhance verbosity of debug message for ELF magic mismatch Print e_ident[EI_MAG3] (it was missed) Print e_ident[EI_CLASS] as it is used do determine correct ELF magic. No functional change for non-debug (without option DEBUG_ELF) build. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/sys/kern/exec_elf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.