diff --git a/client/firewall/uspfilter/nat.go b/client/firewall/uspfilter/nat.go index f6e5cfb9c..4539f7da5 100644 --- a/client/firewall/uspfilter/nat.go +++ b/client/firewall/uspfilter/nat.go @@ -211,7 +211,7 @@ func (m *Manager) translateOutboundDNAT(packetData []byte, d *decoder) bool { } if err := m.rewritePacketDestination(packetData, d, translatedIP); err != nil { - m.logger.Errorf("Failed to rewrite packet destination: %v", err) + m.logger.Error("Failed to rewrite packet destination: %v", err) return false }