From 64f9c0990a8c293729da9fe2b298cf6a5cca0680 Mon Sep 17 00:00:00 2001 From: mbm Date: Fri, 13 May 2005 00:40:07 +0000 Subject: various cosmetic fixes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@864 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/target/default/target_skeleton/etc/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openwrt/target/default/target_skeleton/etc/functions.sh') diff --git a/openwrt/target/default/target_skeleton/etc/functions.sh b/openwrt/target/default/target_skeleton/etc/functions.sh index 75500a2aab..48f1191cc4 100755 --- a/openwrt/target/default/target_skeleton/etc/functions.sh +++ b/openwrt/target/default/target_skeleton/etc/functions.sh @@ -29,5 +29,5 @@ if_valid () { $DEBUG vconfig add $vif $i 2>&- ) } || - { echo -e "# $1 ignored: can't find/create"; false; } + { debug "# missing interface '$if' ignored"; false; } } -- cgit v1.2.3