[CRIU] [PATCH] netlink: Lower collection log level
Pavel Emelyanov
xemul at parallels.com
Fri Jan 23 06:50:46 PST 2015
Signed-off-by: Pavel Emelyanov <xemul at parallels.com>
---
sk-netlink.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sk-netlink.c b/sk-netlink.c
index ecbff8c..651ce05 100644
--- a/sk-netlink.c
+++ b/sk-netlink.c
@@ -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)
--
1.8.4.2
More information about the CRIU
mailing list