less verbose by default

This commit is contained in:
Miguel Freitas 2014-06-25 19:23:29 -03:00
parent 0bd6bc4807
commit 068a43211a

View File

@ -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;
}