net/mwan3: change logging output on hotplug interface event
authorFlorian Eckert <fe@dev.tdt.de>
Thu, 20 Jul 2017 11:31:07 +0000 (13:31 +0200)
committerFlorian Eckert <fe@dev.tdt.de>
Thu, 10 Aug 2017 08:48:09 +0000 (10:48 +0200)
Change logging output on hotplug interface event

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
net/mwan3/files/etc/hotplug.d/iface/15-mwan3

index d82fe01aa69ec757175444f6893ab098b67c4175..ec0b27289d2688f3ddbe2612b4d60b8d3fe13e4f 100644 (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)