mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-11-17 00:07:47 +00:00
Tweaked log level for BLOCK_NOTIFY
This commit is contained in:
parent
72c9f3b0db
commit
3e269b49d4
1 changed files with 1 additions and 1 deletions
|
@ -888,7 +888,7 @@ void P2PServer::on_broadcast()
|
|||
|
||||
// If this peer already broadcasted this block to us, we don't need to broadcast it back, we just need to notify the peer
|
||||
if ((client->m_protocolVersion >= PROTOCOL_VERSION_1_2) && (std::find(a, b, data->id) != b)) {
|
||||
LOGINFO(5, "sending BLOCK_NOTIFY to " << log::Gray() << static_cast<char*>(client->m_addrString));
|
||||
LOGINFO(6, "sending BLOCK_NOTIFY to " << log::Gray() << static_cast<char*>(client->m_addrString));
|
||||
|
||||
if (buf_size < 1 + HASH_SIZE) {
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue