mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Clarify a warning message.
This commit is contained in:
parent
a1d1611d51
commit
5db4d6779f
1 changed files with 2 additions and 1 deletions
|
|
@ -600,7 +600,8 @@ ef_open(const char *filename, struct elf_file *efile, int verbose)
|
|||
printf("\n");
|
||||
ef->ef_nsegs = nsegs;
|
||||
if (phdyn == NULL) {
|
||||
warnx("file isn't dynamically-linked");
|
||||
warnx("Skipping %s: not dynamically-linked",
|
||||
filename);
|
||||
break;
|
||||
}
|
||||
if (ef_read_entry(ef, phdyn->p_offset,
|
||||
|
|
|
|||
Loading…
Reference in a new issue