We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f2a85 commit 85c73ffCopy full SHA for 85c73ff
1 file changed
src/protocols/protocol_header_out_70012.cpp
@@ -112,7 +112,8 @@ bool protocol_header_out_70012::do_announce(header_t link) NOEXCEPT
112
return true;
113
}
114
115
- LOGN("Announce " << encode_hash(hash) << " to [" << opposite() << "].");
+ LOGN("Announce ..." << encode_hash(hash).substr(hash_size - 8, 8)
116
+ << " to [" << opposite() << "].");
117
SEND(headers{ { ptr } }, handle_send, _1);
118
119
0 commit comments