mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore(connlib): log remote address on decapsulation error (#9903)
This commit is contained in:
@@ -415,7 +415,7 @@ impl ClientState {
|
||||
packet.as_ref(),
|
||||
now,
|
||||
)
|
||||
.inspect_err(|e| tracing::debug!(%local, num_bytes = %packet.len(), "Failed to decapsulate: {e:#}"))
|
||||
.inspect_err(|e| tracing::debug!(%local, %from, num_bytes = %packet.len(), "Failed to decapsulate: {e:#}"))
|
||||
.ok()??;
|
||||
|
||||
if self.tcp_dns_client.accepts(&packet) {
|
||||
|
||||
Reference in New Issue
Block a user