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/fileTP/fileTPClients


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/networks/fileTP/fileTPClients.ml
Date: Wed, 06 Jul 2005 20:25:53 -0400

Index: mldonkey/src/networks/fileTP/fileTPClients.ml
diff -u mldonkey/src/networks/fileTP/fileTPClients.ml:1.8 
mldonkey/src/networks/fileTP/fileTPClients.ml:1.9
--- mldonkey/src/networks/fileTP/fileTPClients.ml:1.8   Thu Aug 19 07:56:54 2004
+++ mldonkey/src/networks/fileTP/fileTPClients.ml       Thu Jul  7 00:25:46 2005
@@ -346,11 +346,11 @@
 (* For each file, we allow only (nranges+5) simultaneous communications, 
   to prevent too many clients from saturing the line for only one file. *)
           let max_nconnected_clients = nranges file in
-(*          lprintf "max_nconnected_clients: %d > %d\n" max_nconnected_clients 
+(*           lprintf "max_nconnected_clients: %d > %d\n" max_nconnected_clients
            file.file_nconnected_clients; *)
           while file.file_nconnected_clients < max_nconnected_clients do
             let (_,c) = Queue.take file.file_clients_queue in
-(*            lprintf "One client\n"; *)
+              if !verbose then lprintf "One client\n";
             c.client_in_queues <- List2.removeq file c.client_in_queues;
             
             




reply via email to

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