diff options
Diffstat (limited to 'target/default/target_skeleton/etc/functions.sh')
-rwxr-xr-x | target/default/target_skeleton/etc/functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/default/target_skeleton/etc/functions.sh b/target/default/target_skeleton/etc/functions.sh index 75500a2aab..48f1191cc4 100755 --- a/target/default/target_skeleton/etc/functions.sh +++ b/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; } } |