forked from premiere/premiere-libtorrent
fix verbose logging build
This commit is contained in:
parent
f382876832
commit
d9dca62f1e
|
@ -298,7 +298,7 @@ namespace libtorrent
|
|||
// PRINT_OFFSETOF(torrent, m_padding:24)
|
||||
PRINT_OFFSETOF(torrent, m_sequence_number)
|
||||
// PRINT_OFFSETOF(torrent, m_complete:24)
|
||||
PRINT_OFFSETOF(torrent, m_priority)
|
||||
// PRINT_OFFSETOF(torrent, m_priority)
|
||||
// PRINT_OFFSETOF(torrent, m_incomplete:24)
|
||||
// PRINT_OFFSETOF(torrent, m_progress_ppm:20)
|
||||
// PRINT_OFFSETOF(torrent, m_abort:1)
|
||||
|
@ -308,7 +308,7 @@ namespace libtorrent
|
|||
// PRINT_OFFSETOF(torrent, m_allow_peers:1)
|
||||
// PRINT_OFFSETOF(torrent, m_upload_mode:1)
|
||||
// PRINT_OFFSETOF(torrent, m_auto_managed:1)
|
||||
PRINT_OFFSETOF(torrent, m_last_scrape)
|
||||
// PRINT_OFFSETOF(torrent, m_last_scrape)
|
||||
}
|
||||
#undef PRINT_SIZEOF
|
||||
#undef PRINT_OFFSETOF
|
||||
|
|
Loading…
Reference in New Issue