diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-13 00:40:07 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-13 00:40:07 +0000 |
commit | 64f9c0990a8c293729da9fe2b298cf6a5cca0680 (patch) | |
tree | f5ac0d1104c532dc01ec04853cfdd9748ae3b85b /openwrt/target/default/target_skeleton/etc/functions.sh | |
parent | 9ecebf87927ac860a3f2c59467796e5ae85803cb (diff) |
various cosmetic fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@864 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/default/target_skeleton/etc/functions.sh')
-rwxr-xr-x | openwrt/target/default/target_skeleton/etc/functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/default/target_skeleton/etc/functions.sh b/openwrt/target/default/target_skeleton/etc/functions.sh index 75500a2aa..48f1191cc 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; } } |