From 78d1dcd7ea8387163623fbe443abc36b2d86e2d3 Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Wed, 11 Mar 2026 17:50:36 +0100 Subject: [PATCH] put this back, split off into another pr --- noq-proto/src/connection/mod.rs | 1 + 1 file changed, 1 insertion(+) 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();