(trunk) #4071 Upload and Download rates swapped in transmission-cli

This commit is contained in:
Mitchell Livingston 2011-02-28 02:45:17 +00:00
parent 559ecedcc2
commit b67ca00945
1 changed files with 2 additions and 2 deletions

View File

@ -174,8 +174,8 @@ getStatusStr( const tr_stat * st,
"ul to %d (%s) "
"[%s]",
tr_truncd( 100 * st->percentDone, 1 ),
st->peersSendingToUs, st->peersConnected, upStr,
st->peersGettingFromUs, dnStr,
st->peersSendingToUs, st->peersConnected, dnStr,
st->peersGettingFromUs, upStr,
ratioStr );
}
else if( st->activity & TR_STATUS_SEED )