1
0
mirror of https://github.com/twisterarmy/twister-core.git synced 2025-03-10 04:21:18 +00:00

less verbose by default

This commit is contained in:
Miguel Freitas 2014-06-25 19:23:29 -03:00
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 // trust it to NOT store this value. someone might be trying to
// attack this resource by storing value into non-final nodes. // attack this resource by storing value into non-final nodes.
if( !possiblyNeighbor ) { if( !possiblyNeighbor ) {
#ifdef TORRENT_DHT_VERBOSE_LOGGING
printf("putData with possiblyNeighbor=false, ignoring request.\n"); printf("putData with possiblyNeighbor=false, ignoring request.\n");
#endif
return; return;
} }