diff --git a/noq-proto/src/connection/mod.rs b/noq-proto/src/connection/mod.rs index 16728618b..53f367c8e 100644 --- a/noq-proto/src/connection/mod.rs +++ b/noq-proto/src/connection/mod.rs @@ -5753,6 +5753,7 @@ impl Connection { && let Some(token) = path.path_responses.pop_on_path(path.network_path) { let response = frame::PathResponse(token); + trace!(frame = %response); builder.write_frame(response, stats); builder.require_padding();