improved dht logging

This commit is contained in:
Arvid Norberg 2007-12-09 18:47:01 +00:00
parent f06bf0d440
commit 14c9c367b2
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ bool rpc_manager::incoming(msg const& m)
{
#ifdef TORRENT_DHT_VERBOSE_LOGGING
TORRENT_LOG(rpc) << "Reply with incorrect address and valid transaction id: "
<< tid << " from " << m.addr;
<< tid << " from " << m.addr << " expected: " << o->target_addr;
#endif
return false;
}