net/mwan3: remove needless log output on mwan3track

Remove needless log output this will pollute the logging.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert 2018-05-11 08:24:03 +02:00
parent 1a33492ff8
commit 5f068b7fb3

View file

@ -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/%//'`