Skip to content

Commit 17a85f2

Browse files
committed
f
1 parent ee40cfe commit 17a85f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ockam_ebpf_impl/src/common.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ fn handle_ingress_tcp_protocol(ctx: &TcContext, ipv4hdr: *mut Ipv4Hdr) -> Result
141141
return Ok(TC_ACT_OK);
142142
}
143143

144-
trace!(
144+
info!(
145145
ctx,
146146
"SKIPPED TCP PACKET SRC: {}.{}.{}.{}:{}, DST: {}.{}.{}.{}:{}. SYN {} ACK {} FIN {} RST {}.",
147147
src_ip.octets()[0],

0 commit comments

Comments
 (0)