mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -04:00
netlink: fix debug text typo in message parser
Signed-off-by: Igor Ostapenko <pm@igoro.pro> Pull-request: https://github.com/freebsd/freebsd-src/pull/942
This commit is contained in:
parent
e3b9058e5c
commit
66d77e0f73
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ nl_parse_attrs_raw(struct nlattr *nla_head, int len, const struct nlattr_parser
|
|||
if (error != 0) {
|
||||
uint32_t off = (char *)nla - (char *)npt->hdr;
|
||||
nlmsg_report_err_offset(npt, off);
|
||||
NL_LOG(LOG_DEBUG3, "parse failed att offset %u", off);
|
||||
NL_LOG(LOG_DEBUG3, "parse failed at offset %u", off);
|
||||
return (error);
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue