Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Net plugin sync fix #7770

Merged
merged 6 commits into from
Aug 19, 2019
Merged

Net plugin sync fix #7770

merged 6 commits into from
Aug 19, 2019

Conversation

heifner
Copy link
Contributor

@heifner heifner commented Aug 16, 2019

Change Description

Consensus Changes

  • Consensus Changes

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

@@ -957,7 +958,8 @@ namespace eosio {
self->sent_handshake_count = 0;
self->node_id = fc::sha256();
my_impl->sync_master->sync_reset_lib_num( self->shared_from_this() );
fc_dlog( logger, "closed, canceling wait on ${p}", ("p", self->peer_name()) ); // peer_name(), do not hold conn_mtx
fc_ilog( logger, "closing '${a}', ${p}", ("a", self->peer_address())("p", self->peer_name()) );
fc_dlog( logger, "canceling wait on ${p}", ("p", self->peer_name()) ); // peer_name(), do not hold conn_mtx
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want the extra log statement just to make it clear, even though the same info is in the ilog statement?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It has the additional info of peer_address() as requested by #7767

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants