mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] Changes to mldonkey/src/networks/donkey/donkeyNeighbo


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/networks/donkey/donkeyNeighbours.ml
Date: Thu, 18 Aug 2005 09:00:04 -0400

Index: mldonkey/src/networks/donkey/donkeyNeighbours.ml
diff -u mldonkey/src/networks/donkey/donkeyNeighbours.ml:1.7 
mldonkey/src/networks/donkey/donkeyNeighbours.ml:1.8
--- mldonkey/src/networks/donkey/donkeyNeighbours.ml:1.7        Mon Aug  8 
16:47:31 2005
+++ mldonkey/src/networks/donkey/donkeyNeighbours.ml    Thu Aug 18 13:00:03 2005
@@ -119,7 +119,7 @@
       match r with
       | File_new_source ->
           if time + 1800 < last_time () then begin
-              if !verbose_hidden_errors then
+              if !verbose then
                 lprintf_nl () "WARNING, source was not tested";
               raise Continue
             end
@@ -129,7 +129,7 @@
               raise Continue
             end
       | File_possible ->
-          if !verbose_hidden_errors then
+          if !verbose then
             lprintf_nl () "WARNING, source was unknown";
           if time + 1800 < last_time () then raise Continue
       | File_not_found ->
@@ -144,7 +144,7 @@
     with
     | Not_found ->
 (* For some reason, the request was forgotten. Forget it... *)
-        if !verbose_hidden_errors then
+        if !verbose then
           lprintf_nl () "ERROR, request was forgotten";
         let _ = Fifo.take propositions in
         compute_stats ()
@@ -164,7 +164,7 @@
         DonkeySources.set_request_result s file.file_sources File_new_source;
         Fifo.put propositions (s, file, kind, last_time ())
     | _ ->
-        if !verbose_hidden_errors then
+        if !verbose then
           lprintf_nl () "ERROR, proposed client is indirect";
         raise Exit
 




reply via email to

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