aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSerge Hallyn <serge.hallyn@ubuntu.com>2011-06-25 15:17:47 +0200
committerDaniel Lezcano <dlezcano@fr.ibm.com>2011-06-25 15:17:47 +0200
commitc1c75c04a6b7d7926b6eaaf45309d35d7650f6d2 (patch)
tree9a02b809f3b3812e1673f7a3db73ca53f94ee365 /src
parentClarify the template-specific options a bit in lxc-create's help (diff)
downloadlxc-c1c75c04a6b7d7926b6eaaf45309d35d7650f6d2.tar.gz
lxc-c1c75c04a6b7d7926b6eaaf45309d35d7650f6d2.tar.bz2
lxc-c1c75c04a6b7d7926b6eaaf45309d35d7650f6d2.zip
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>
Diffstat (limited to 'src')
-rw-r--r--src/lxc/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lxc/conf.c b/src/lxc/conf.c
index 483d375..2eb598b 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;