mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-19 10:10:29 +08:00
TUN-6941: Reduce log level to debug when failing to proxy ICMP reply
This commit is contained in:
@@ -229,7 +229,7 @@ func (ip *icmpProxy) Serve(ctx context.Context) error {
|
||||
continue
|
||||
}
|
||||
if err := ip.sendReply(ctx, reply); err != nil {
|
||||
ip.logger.Error().Err(err).Str("dst", from.String()).Msg("Failed to send ICMP reply")
|
||||
ip.logger.Debug().Err(err).Str("dst", from.String()).Msg("Failed to send ICMP reply")
|
||||
continue
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user