From 0805840549385a67cbc6e13346f72909ba2f3c69 Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Tue, 2 Dec 2025 10:50:26 +0100 Subject: [PATCH] style: use display for PathId in tracing fields (#201) --- quinn-proto/src/connection/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quinn-proto/src/connection/mod.rs b/quinn-proto/src/connection/mod.rs index 1a1d3c5d5..f3c84001f 100644 --- a/quinn-proto/src/connection/mod.rs +++ b/quinn-proto/src/connection/mod.rs @@ -1070,7 +1070,7 @@ impl Connection { trace!( ?space_id, %path_id, - ?next_path_id, + %next_path_id, "nothing to send on path" ); path_id = *next_path_id;