forked from premiere/premiere-libtorrent
improved dht logging
This commit is contained in:
parent
f06bf0d440
commit
14c9c367b2
|
@ -217,7 +217,7 @@ bool rpc_manager::incoming(msg const& m)
|
||||||
{
|
{
|
||||||
#ifdef TORRENT_DHT_VERBOSE_LOGGING
|
#ifdef TORRENT_DHT_VERBOSE_LOGGING
|
||||||
TORRENT_LOG(rpc) << "Reply with incorrect address and valid transaction id: "
|
TORRENT_LOG(rpc) << "Reply with incorrect address and valid transaction id: "
|
||||||
<< tid << " from " << m.addr;
|
<< tid << " from " << m.addr << " expected: " << o->target_addr;
|
||||||
#endif
|
#endif
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue