mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 04:18:39 +00:00
(trunk) #4071 Upload and Download rates swapped in transmission-cli
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user