fix bandwidth-limit-logging build
This commit is contained in:
parent
98b47c55c6
commit
b7f2c87ae0
|
@ -38,7 +38,7 @@ namespace libtorrent
|
||||||
|
|
||||||
bandwidth_manager::bandwidth_manager(int channel
|
bandwidth_manager::bandwidth_manager(int channel
|
||||||
#ifdef TORRENT_VERBOSE_BANDWIDTH_LIMIT
|
#ifdef TORRENT_VERBOSE_BANDWIDTH_LIMIT
|
||||||
, bool log = false
|
, bool log
|
||||||
#endif
|
#endif
|
||||||
)
|
)
|
||||||
: m_queued_bytes(0)
|
: m_queued_bytes(0)
|
||||||
|
|
Loading…
Reference in New Issue