Skip to content

Commit

Permalink
fix: ping output format
Browse files Browse the repository at this point in the history
(cherry picked from commit 0c0824d)
  • Loading branch information
oilbeater committed Apr 22, 2020
1 parent ae53bf5 commit 7e9b366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/daemon/ovs.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ func configureNodeNic(portName, ip, gw string, macAddr net.HardwareAddr, mtu int
output, _ = exec.Command("ping", "-6", "-w", "10", gw).CombinedOutput()
}

klog.Infof("ping gw result is: \n %q", output)
klog.Infof("ping gw result is: \n %s", output)
return nil
}

Expand Down

0 comments on commit 7e9b366

Please sign in to comment.