style: use display for PathId in tracing fields (#201)

This commit is contained in:
Floris Bruynooghe
2025-12-02 10:50:26 +01:00
committed by GitHub
parent 8954a64a7f
commit 0805840549
+1 -1
View File
@@ -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;