Improve channel logging
This commit is contained in:
parent
2526b75e61
commit
27973bc1be
1 changed files with 1 additions and 1 deletions
|
|
@ -67,5 +67,5 @@ void nano::transport::channel::operator() (nano::object_stream & obs) const
|
|||
{
|
||||
obs.write ("endpoint", get_endpoint ());
|
||||
obs.write ("peering_endpoint", get_peering_endpoint ());
|
||||
obs.write ("node_id", get_node_id ());
|
||||
obs.write ("node_id", get_node_id ().to_node_id ());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue