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/common/co...


From: mldonkey-commits
Subject: [Mldonkey-commits] mldonkey distrib/ChangeLog src/daemon/common/co...
Date: Wed, 31 May 2006 20:25:48 +0000

CVSROOT:        /sources/mldonkey
Module name:    mldonkey
Branch:         
Changes by:     spiralvoice <address@hidden>    06/05/31 20:25:48

Modified files:
        distrib        : ChangeLog 
        src/daemon/common: commonSwarming.ml 

Log message:
        patch #5149

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/mldonkey/mldonkey/distrib/ChangeLog.diff?tr1=1.865&tr2=1.866&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/mldonkey/mldonkey/src/daemon/common/commonSwarming.ml.diff?tr1=1.35&tr2=1.36&r1=text&r2=text

Patches:
Index: mldonkey/distrib/ChangeLog
diff -u mldonkey/distrib/ChangeLog:1.865 mldonkey/distrib/ChangeLog:1.866
--- mldonkey/distrib/ChangeLog:1.865    Wed May 31 20:24:52 2006
+++ mldonkey/distrib/ChangeLog  Wed May 31 20:25:48 2006
@@ -15,6 +15,7 @@
 =========
 
 2006/05/31
+5149: Log: Some additions for commonSwarming
 5148: Mail: Fix for multiline SMTP responses (zet)
 5143: HTML/Telnet: Country codes for servers
 5147: G1/G2: Display proper filename (and therefore support rename) (zet)
Index: mldonkey/src/daemon/common/commonSwarming.ml
diff -u mldonkey/src/daemon/common/commonSwarming.ml:1.35 
mldonkey/src/daemon/common/commonSwarming.ml:1.36
--- mldonkey/src/daemon/common/commonSwarming.ml:1.35   Tue May 30 11:41:12 2006
+++ mldonkey/src/daemon/common/commonSwarming.ml        Wed May 31 20:25:48 2006
@@ -2363,7 +2363,7 @@
   | FileShared
   | FileNew
   | FileDownloaded -> 
-      lprintf_nl "find_range: file in bad state";
+      lprintf_nl "find_range: file %s in bad state %s" t.t_s.s_filename 
(string_of_state (file_state t.t_file));
       raise Not_found
   | FileDownloading
   | FileQueued ->
@@ -2521,7 +2521,7 @@
     | FileNew
     | FileDownloaded -> 
        if !verbose then
-         lprintf_nl "CommonSwarming.received: wrong file state";
+         lprintf_nl "received: wrong file state %s for %s" (string_of_state 
(file_state t.t_file)) s.s_filename;
        ()
     | FileDownloading
     | FileQueued ->




reply via email to

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