Commit efad0928 authored by Pavel Emelyanov's avatar Pavel Emelyanov

netlink: Lower collection log level

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 89d95787
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment