mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
(trunk) #4071 Upload and Download rates swapped in transmission-cli
This commit is contained in:
parent
559ecedcc2
commit
b67ca00945
1 changed files with 2 additions and 2 deletions
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue