Skip to content

Commit 05655ad

Browse files
committed
Fix log text.
1 parent 460d277 commit 05655ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/protocols/protocol_block_out_106.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ bool protocol_block_out_106::handle_receive_get_blocks(const code& ec,
130130
if (stopped(ec))
131131
return false;
132132

133-
LOGP("Get headers above " << encode_hash(message->start_hash())
133+
LOGP("Get blocks above " << encode_hash(message->start_hash())
134134
<< " from [" << opposite() << "].");
135135

136136
SEND(create_inventory(*message), handle_send, _1);

0 commit comments

Comments
 (0)