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:
Serge Hallyn 2011-06-25 15:17:47 +02:00 committed by Daniel Lezcano
parent 7c3ab01ffd
commit c1c75c04a6

View File

@ -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;