Commit c72f6d58 authored by Andrew Vagin's avatar Andrew Vagin Committed by Pavel Emelyanov

cgroup: add \n to an error message

Signed-off-by: 's avatarAndrew Vagin <avagin@virtuozzo.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent c1dabe8c
...@@ -830,7 +830,7 @@ static int check_cgroupns(void) ...@@ -830,7 +830,7 @@ static int check_cgroupns(void)
ret = access("/proc/self/ns/cgroup", F_OK); ret = access("/proc/self/ns/cgroup", F_OK);
if (ret < 0) { if (ret < 0) {
pr_err("cgroupns not supported. This is not fatal."); pr_err("cgroupns not supported. This is not fatal.\n");
return -1; return -1;
} }
......
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