Fixed definition of utp log macros.

This commit is contained in:
Alden Torres 2015-08-12 21:47:24 -04:00
parent 12fb68e8e3
commit 7d11198911
1 changed files with 2 additions and 1 deletions

View File

@ -473,7 +473,8 @@ feature disk-stats : off on : composite propagated link-incompatible ;
feature.compose <disk-stats>on : <define>TORRENT_DISK_STATS ;
feature utp-log : off on : composite propagated link-incompatible ;
feature.compose <utp-log>on : <define>TORRENT_UTP_LOG <define>TORRENT_VERBOSE_UTP_LOG ;
feature.compose <utp-log>off : <define>TORRENT_UTP_LOG=0 <define>TORRENT_VERBOSE_UTP_LOG=0 ;
feature.compose <utp-log>on : <define>TORRENT_UTP_LOG=1 <define>TORRENT_VERBOSE_UTP_LOG=1 ;
feature simulate-slow-read : off on : composite propagated ;
feature.compose <simulate-slow-read>on : <define>TORRENT_SIMULATE_SLOW_READ ;