diff --git a/src/lxc/conf.c b/src/lxc/conf.c index 483d37560..2eb598bc6 100644 --- a/src/lxc/conf.c +++ b/src/lxc/conf.c @@ -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;