network/ifup: fix warning about not bringing interface up

(cherry picked from commit 70f3c07846)
master
Harald Hoyer 2015-09-01 17:22:37 +02:00
parent 195b5d0725
commit b519ae7008
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ do_static() {
strglobin $ip '*:*:*' && load_ipv6

if ! linkup $netif; then
warn "Could bring interface $netif up!"
warn "Could not bring interface $netif up!"
return 1
fi