mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
netlink: Lower collection log level
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
89d9578730
commit
efad09285a
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ int netlink_receive_one(struct nlmsghdr *hdr, void *arg)
|
|||
unsigned long *groups;
|
||||
|
||||
m = NLMSG_DATA(hdr);
|
||||
pr_info("Collect netlink sock 0x%x\n", m->ndiag_ino);
|
||||
pr_debug("Collect netlink sock 0x%x\n", m->ndiag_ino);
|
||||
|
||||
sd = xmalloc(sizeof(*sd));
|
||||
if (!sd)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue