log send suggest message

This commit is contained in:
Arvid Norberg 2010-05-16 22:30:48 +00:00
parent 68e9bf618f
commit 2b65d104c7
1 changed files with 3 additions and 0 deletions

View File

@ -3018,6 +3018,9 @@ namespace libtorrent
|| !m_peer_interested)
return;
#ifdef TORRENT_VERBOSE_LOGGING
(*m_logger) << time_now_string() << " ==> SUGGEST [ " << piece << " ]\n";
#endif
write_suggest(piece);
}