mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonSwarming2


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonSwarming2.ml
Date: Tue, 28 Jun 2005 19:17:09 -0400

Index: mldonkey/src/daemon/common/commonSwarming2.ml
diff -u mldonkey/src/daemon/common/commonSwarming2.ml:1.7 
mldonkey/src/daemon/common/commonSwarming2.ml:1.8
--- mldonkey/src/daemon/common/commonSwarming2.ml:1.7   Sat May 28 11:19:42 2005
+++ mldonkey/src/daemon/common/commonSwarming2.ml       Tue Jun 28 23:17:07 2005
@@ -2830,7 +2830,7 @@
       (try 
           let d = get_value "file_downloaded" value_to_int64 in
           
-          if d <> downloaded t && not !verbose_hidden_errors then begin
+          if d <> downloaded t && !verbose_hidden_errors then begin
               lprintf "ERROR: CommonSwarming: stored downloaded value not 
restored  !!! (%Ld/%Ld)\n" (downloaded t) d;
               lprintf "ERROR: CommonSwarming: present:\n";
               List.iter (fun (x,y) ->




reply via email to

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