mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-18 00:45:38 +02:00
log: pull in log.{c,h} from foot
This commit is contained in:
parent
58a52512dd
commit
7d3851046e
6 changed files with 197 additions and 118 deletions
|
@ -451,7 +451,7 @@ parse_reply(struct module *mod, const struct nlmsghdr *hdr, size_t len)
|
|||
|
||||
case NLMSG_ERROR:{
|
||||
const struct nlmsgerr *err = NLMSG_DATA(hdr);
|
||||
LOG_ERRNO_P("netlink", err->error);
|
||||
LOG_ERRNO_P(err->error, "netlink");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue