mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2025-01-09 19:27:26 -03:00
Merge pull request #6248
21c3d42e
p2p: drop the peerlist dump to TRACE (moneromooo-monero)
This commit is contained in:
commit
4764d18eeb
1 changed files with 1 additions and 1 deletions
|
@ -1911,7 +1911,7 @@ namespace nodetool
|
|||
}
|
||||
|
||||
LOG_DEBUG_CC(context, "REMOTE PEERLIST: remote peerlist size=" << peerlist_.size());
|
||||
LOG_DEBUG_CC(context, "REMOTE PEERLIST: " << ENDL << print_peerlist_to_string(peerlist_));
|
||||
LOG_TRACE_CC(context, "REMOTE PEERLIST: " << ENDL << print_peerlist_to_string(peerlist_));
|
||||
return m_network_zones.at(context.m_remote_address.get_zone()).m_peerlist.merge_peerlist(peerlist_);
|
||||
}
|
||||
//-----------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue