Commit 8cfe8336 authored by Pavel Emelyanov's avatar Pavel Emelyanov

net: Only warn on ip rule save missing, do not print error

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent e5df0765
......@@ -612,7 +612,7 @@ static inline int dump_rule(struct cr_imgset *fds)
return -1;
if (run_ip_tool("rule", "save", NULL, -1, img_raw_fd(img))) {
pr_err("Check if \"ip rule save\" is supported!\n");
pr_warn("Check if \"ip rule save\" is supported!\n");
unlinkat(get_service_fd(IMG_FD_OFF), path, 0);
}
......
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