Shorten debug for messages
This commit is contained in:
parent
32a220f17c
commit
18c845d6f0
3 changed files with 10 additions and 4 deletions
|
|
@ -170,7 +170,7 @@ pub struct Node {
|
|||
|
||||
impl core::fmt::Debug for Node {
|
||||
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
||||
write!(f, "<{:?}; {}>", self.id, self.addr)
|
||||
write!(f, "{}={:?}", self.addr, self.id)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue