Skip to content

Commit 85c73ff

Browse files
committed
Reduce announcement logging text.
1 parent 72f2a85 commit 85c73ff

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/protocols/protocol_header_out_70012.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ bool protocol_header_out_70012::do_announce(header_t link) NOEXCEPT
112112
return true;
113113
}
114114

115-
LOGN("Announce " << encode_hash(hash) << " to [" << opposite() << "].");
115+
LOGN("Announce ..." << encode_hash(hash).substr(hash_size - 8, 8)
116+
<< " to [" << opposite() << "].");
116117
SEND(headers{ { ptr } }, handle_send, _1);
117118
return true;
118119
}

0 commit comments

Comments
 (0)