]> granicus.if.org Git - transmission/commitdiff
(trunk) #4071 Upload and Download rates swapped in transmission-cli
authorMitchell Livingston <livings124@transmissionbt.com>
Mon, 28 Feb 2011 02:45:17 +0000 (02:45 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Mon, 28 Feb 2011 02:45:17 +0000 (02:45 +0000)
cli/cli.c

index 2b93fe1e5825f3aea8703807424e4b9ae9dba389..7bf4d8d4a964b071cd0ba6c3fab293f8c13c63cc 100644 (file)
--- a/cli/cli.c
+++ b/cli/cli.c
@@ -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 )