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: Tue, 06 Dec 2005 15:26:41 -0500

Index: mldonkey/src/networks/fileTP/fileTPClients.ml
diff -u mldonkey/src/networks/fileTP/fileTPClients.ml:1.13 
mldonkey/src/networks/fileTP/fileTPClients.ml:1.14
--- mldonkey/src/networks/fileTP/fileTPClients.ml:1.13  Sun Dec  4 15:22:43 2005
+++ mldonkey/src/networks/fileTP/fileTPClients.ml       Tue Dec  6 20:26:40 2005
@@ -62,9 +62,8 @@
   match c.client_sock with
   | Connection sock ->
       (try
-          if !verbose_msg_clients then begin
-              lprintf "Disconnected from source\n";
-            end;
+          if !verbose_msg_clients then
+              lprintf_nl "Disconnected from source";
           c.client_requests <- [];
           connection_failed c.client_connection_control;
           set_client_disconnected c r;




reply via email to

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