Commit ebdedce2 by Serge Hallyn Committed by Daniel Lezcano

print netdev name, not link, after moving dev into netns

parent 967b3456
...@@ -1617,7 +1617,7 @@ int lxc_assign_network(struct lxc_list *network, pid_t pid) ...@@ -1617,7 +1617,7 @@ int lxc_assign_network(struct lxc_list *network, pid_t pid)
return -1; return -1;
} }
DEBUG("move '%s' to '%d'", netdev->link, pid); DEBUG("move '%s' to '%d'", netdev->name, pid);
} }
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