mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Include section name in strip warning message
This commit is contained in:
parent
9e7d291e9a
commit
17eee5222e
1 changed files with 2 additions and 2 deletions
|
|
@ -762,8 +762,8 @@ resync_sections(struct elfcopy *ecp)
|
|||
s->off = roundup(off, s->align);
|
||||
} else {
|
||||
if (s->loadable)
|
||||
warnx("moving loadable section,"
|
||||
"is this intentional?");
|
||||
warnx("moving loadable section %s, "
|
||||
"is this intentional?", s->name);
|
||||
s->off = roundup(off, s->align);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue