net/mwan3: change logging output on hotplug interface event
Change logging output on hotplug interface event Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
a7a2464d9e
commit
9df6e9dd98
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ if [ "$ACTION" == "ifup" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mwan3_lock
|
mwan3_lock
|
||||||
$LOG notice "$ACTION interface $INTERFACE (${DEVICE:-unknown})"
|
$LOG notice "Execute "$ACTION" event on interface $INTERFACE (${DEVICE:-unknown})"
|
||||||
|
|
||||||
case "$ACTION" in
|
case "$ACTION" in
|
||||||
ifup)
|
ifup)
|
||||||
|
|
Loading…
Reference in a new issue