diff --git a/pkg/daemon/ovs.go b/pkg/daemon/ovs.go index b51288e2cc1..4ff276a4d30 100644 --- a/pkg/daemon/ovs.go +++ b/pkg/daemon/ovs.go @@ -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 }