Browse Source

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>
lilik-openwrt-22.03
Florian Eckert 8 years ago
parent
commit
9df6e9dd98
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/mwan3/files/etc/hotplug.d/iface/15-mwan3

+ 1
- 1
net/mwan3/files/etc/hotplug.d/iface/15-mwan3 View File

@ -43,7 +43,7 @@ if [ "$ACTION" == "ifup" ]; then
fi
mwan3_lock
$LOG notice "$ACTION interface $INTERFACE (${DEVICE:-unknown})"
$LOG notice "Execute "$ACTION" event on interface $INTERFACE (${DEVICE:-unknown})"
case "$ACTION" in
ifup)


Loading…
Cancel
Save