mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-02-02 09:54:29 +00:00
less verbose by default
This commit is contained in:
parent
0bd6bc4807
commit
068a43211a
@ -1352,7 +1352,9 @@ void node_impl::incoming_request(msg const& m, entry& e)
|
||||
// trust it to NOT store this value. someone might be trying to
|
||||
// attack this resource by storing value into non-final nodes.
|
||||
if( !possiblyNeighbor ) {
|
||||
#ifdef TORRENT_DHT_VERBOSE_LOGGING
|
||||
printf("putData with possiblyNeighbor=false, ignoring request.\n");
|
||||
#endif
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user