]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
archlinux: add debugging info for missing network link
authorRyan Mulligan <ryan@ryantm.com>
Mon, 7 Apr 2014 02:24:24 +0000 (19:24 -0700)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 7 Apr 2014 21:05:35 +0000 (17:05 -0400)
Signed-off-by: Ryan Mulligan <ryan@ryantm.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
templates/lxc-archlinux.in

index 1bd13f3614e22ff55945cd677fa0c0cbaf4cf708..45243cf2d7de7d794d0820a5b404b1854bd5df1c 100644 (file)
@@ -248,7 +248,7 @@ if [ -z "${name}" ]; then
 fi
 
 if [ ! -e /sys/class/net/${lxc_network_link} ]; then
-    echo "network link interface does not exist"
+    echo "network link interface, ${lxc_network_link}, does not exist"
     exit 1
 fi