From: Florian Eckert Date: Thu, 20 Jul 2017 11:31:07 +0000 (+0200) Subject: net/mwan3: change logging output on hotplug interface event X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=9df6e9dd98ffd005f2e62526d76cfb2d1646e5ee;p=openwrt-packages.git net/mwan3: change logging output on hotplug interface event Change logging output on hotplug interface event Signed-off-by: Florian Eckert --- diff --git a/net/mwan3/files/etc/hotplug.d/iface/15-mwan3 b/net/mwan3/files/etc/hotplug.d/iface/15-mwan3 index d82fe01aa..ec0b27289 100644 --- a/net/mwan3/files/etc/hotplug.d/iface/15-mwan3 +++ b/net/mwan3/files/etc/hotplug.d/iface/15-mwan3 @@ -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)