mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] mldonkey distrib/ChangeLog src/daemon/driver/dr...


From: mldonkey-commits
Subject: [Mldonkey-commits] mldonkey distrib/ChangeLog src/daemon/driver/dr...
Date: Wed, 25 Oct 2006 19:21:28 +0000

CVSROOT:        /sources/mldonkey
Module name:    mldonkey
Changes by:     spiralvoice <spiralvoice>       06/10/25 19:21:27

Modified files:
        distrib        : ChangeLog 
        src/daemon/driver: driverCommands.ml 

Log message:
        patch #5474

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/mldonkey/distrib/ChangeLog?cvsroot=mldonkey&r1=1.1067&r2=1.1068
http://cvs.savannah.gnu.org/viewcvs/mldonkey/src/daemon/driver/driverCommands.ml?cvsroot=mldonkey&r1=1.189&r2=1.190

Patches:
Index: distrib/ChangeLog
===================================================================
RCS file: /sources/mldonkey/mldonkey/distrib/ChangeLog,v
retrieving revision 1.1067
retrieving revision 1.1068
diff -u -b -r1.1067 -r1.1068
--- distrib/ChangeLog   25 Oct 2006 18:16:56 -0000      1.1067
+++ distrib/ChangeLog   25 Oct 2006 19:21:27 -0000      1.1068
@@ -15,6 +15,9 @@
 =========
 
 2006/10/25
+5474: updated bw_toggle
+- fix cosmetic bug, wrong values were displayed
+  as a result if option_hook changed values
 5489: HTML: Improve serverlist display (Schlumpf)
 5487: Update URLs, change mldonkey.net to mldonkey.org
 5485: HTML: Print sharing strategies in command "shares"

Index: src/daemon/driver/driverCommands.ml
===================================================================
RCS file: /sources/mldonkey/mldonkey/src/daemon/driver/driverCommands.ml,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -b -r1.189 -r1.190
--- src/daemon/driver/driverCommands.ml 25 Oct 2006 18:16:56 -0000      1.189
+++ src/daemon/driver/driverCommands.ml 25 Oct 2006 19:21:27 -0000      1.190
@@ -1063,7 +1063,8 @@
        max_hard_upload_rate =:= ul_bkp;
        max_hard_download_rate =:=  dl_bkp;
        let result =
-         Printf.sprintf "new upload rate: %d | new downloadrate: %d" ul_bkp 
dl_bkp
+         Printf.sprintf "new upload rate: %d | new download rate: %d"
+           !!max_hard_upload_rate !!max_hard_download_rate
        in
        if o.conn_output = HTML then
          html_mods_table_one_row buf "serversTable" "servers" [




reply via email to

[Prev in Thread] Current Thread [Next in Thread]