fix bandwidth-limit-logging build

This commit is contained in:
Arvid Norberg 2013-06-16 01:07:15 +00:00
parent 98b47c55c6
commit b7f2c87ae0
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ namespace libtorrent
bandwidth_manager::bandwidth_manager(int channel
#ifdef TORRENT_VERBOSE_BANDWIDTH_LIMIT
, bool log = false
, bool log
#endif
)
: m_queued_bytes(0)