1
0
Fork 0
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:
Mitchell Livingston 2011-02-28 02:45:17 +00:00
parent 559ecedcc2
commit b67ca00945

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 )