Commit fb886b7d authored by Cyrill Gorcunov's avatar Cyrill Gorcunov

parasite: Print detailed error

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
parent cf8b39d4
......@@ -244,6 +244,10 @@ static int parasite_execute(unsigned long cmd, struct parasite_ctl *ctl,
if (!ret)
ret = args->ret;
if (ret)
pr_err("Parasite exited with %d ret (%li at %li)\n",
ret, args->sys_ret, args->line);
return ret;
}
......
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