forked from premiere/premiere-libtorrent
debug define fix in piece_picker
This commit is contained in:
parent
2b671bc820
commit
40c6db3c52
|
@ -320,7 +320,7 @@ namespace libtorrent
|
|||
void verify_pick(std::vector<piece_block> const& picked
|
||||
, bitfield const& bits) const;
|
||||
#endif
|
||||
#if defined TORRENT_PICKER_LOG || defined TORRENT_DEBUG
|
||||
#if defined TORRENT_PICKER_LOG
|
||||
void print_pieces() const;
|
||||
#endif
|
||||
|
||||
|
|
|
@ -227,7 +227,7 @@ namespace libtorrent
|
|||
}
|
||||
}
|
||||
|
||||
#if defined TORRENT_PICKER_LOG || defined TORRENT_DEBUG
|
||||
#if defined TORRENT_PICKER_LOG
|
||||
void piece_picker::print_pieces() const
|
||||
{
|
||||
for (std::vector<int>::const_iterator i = m_priority_boundries.begin()
|
||||
|
|
Loading…
Reference in New Issue