mirror of
git://github.com/lxc/lxc
synced 2025-09-03 03:49:31 +00:00
print netdev name, not link, after moving dev into netns
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com> Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
committed by
Daniel Lezcano
parent
7c3ab01ffd
commit
c1c75c04a6
@@ -1633,7 +1633,7 @@ int lxc_assign_network(struct lxc_list *network, pid_t pid)
|
||||
return -1;
|
||||
}
|
||||
|
||||
DEBUG("move '%s' to '%d'", netdev->link, pid);
|
||||
DEBUG("move '%s' to '%d'", netdev->name, pid);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user