Commit 3b70d9a1 authored by Dengguangxing's avatar Dengguangxing Committed by Pavel Emelyanov

modify switch_ns error message

Signed-off-by: 's avatarDeng Guangxing <dengguangxing@huawei.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 4f84171d
......@@ -78,7 +78,7 @@ int switch_ns(int pid, struct ns_desc *nd, int *rst)
nsfd = open_proc(pid, "ns/%s", nd->str);
if (nsfd < 0) {
pr_perror("Can't open ipcns file");
pr_perror("Can't open ns file");
goto err_ns;
}
......
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