From 5f068b7fb3576f458fc0a5a609a6b41aeec55a43 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Fri, 11 May 2018 08:24:03 +0200 Subject: [PATCH] net/mwan3: remove needless log output on mwan3track Remove needless log output this will pollute the logging. Signed-off-by: Florian Eckert --- net/mwan3/files/usr/sbin/mwan3track | 1 - 1 file changed, 1 deletion(-) diff --git a/net/mwan3/files/usr/sbin/mwan3track b/net/mwan3/files/usr/sbin/mwan3track index f84ccaec3..068e9cb14 100755 --- a/net/mwan3/files/usr/sbin/mwan3track +++ b/net/mwan3/files/usr/sbin/mwan3track @@ -121,7 +121,6 @@ main() { if [ $check_quality -eq 0 ]; then ping -I $DEVICE -c $count -W $timeout -s $size -q $track_ip &> /dev/null result=$? - $LOG info "ping check result $track_ip on $1 ($2): $result" else ping_result=`ping -I $DEVICE -c $count -W $timeout -s $size -q $track_ip | tail -2` loss=`echo "$ping_result" | grep "packet loss" | cut -d "," -f3 | awk '{print $1}' | sed -e 's/%//'`