mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-19 09:45:20 +00:00
style: use display for PathId in tracing fields (#201)
This commit is contained in:
committed by
GitHub
parent
8954a64a7f
commit
0805840549
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user