(trunk libT) #4157 "'transmission-remote -si' doesn't show alternate download speeds correctly" -- fixed.

This commit is contained in:
Jordan Lee 2011-03-30 21:19:14 +00:00
parent 98633b4145
commit 7e21116e3c
1 changed files with 1 additions and 1 deletions

View File

@ -1553,7 +1553,7 @@ printSession( tr_benc * top )
downEnabled ? "Enabled" : "Disabled",
tr_formatter_speed_KBps( buf2, downLimit, sizeof( buf2 ) ),
altEnabled ? "Enabled" : "Disabled",
tr_formatter_speed_KBps( buf2, altDown, sizeof( buf2 ) ) );
tr_formatter_speed_KBps( buf3, altDown, sizeof( buf3 ) ) );
if( altTimeEnabled ) {
printf( " Turtle schedule: %02d:%02d - %02d:%02d ",