Commit b0467f2d authored by Cyrill Gorcunov's avatar Cyrill Gorcunov

sockets: Report relative name itself

This is more informative to know which exactly name failed.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Acked-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent a88cd36e
...@@ -389,7 +389,7 @@ static int unix_collect_one(struct unix_diag_msg *m, struct rtattr **tb) ...@@ -389,7 +389,7 @@ static int unix_collect_one(struct unix_diag_msg *m, struct rtattr **tb)
struct stat st; struct stat st;
if (name[0] != '/') { if (name[0] != '/') {
pr_warning("Relative bind path unsupported\n"); pr_warning("Relative bind path '%s' unsupported\n", name);
xfree(name); xfree(name);
xfree(d); xfree(d);
return 0; return 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