mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] Changes to mldonkey/src/utils/net/udpSocket.ml


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/utils/net/udpSocket.ml
Date: Wed, 06 Jul 2005 20:25:55 -0400

Index: mldonkey/src/utils/net/udpSocket.ml
diff -u mldonkey/src/utils/net/udpSocket.ml:1.14 
mldonkey/src/utils/net/udpSocket.ml:1.15
--- mldonkey/src/utils/net/udpSocket.ml:1.14    Sun Apr 24 19:44:16 2005
+++ mldonkey/src/utils/net/udpSocket.ml Thu Jul  7 00:25:46 2005
@@ -184,11 +184,10 @@
   begin
     match addr with
       Unix.ADDR_INET(ip, port) ->
-        lprintf "ADDR_INET (%s, %d)" (Unix.string_of_inet_addr ip) port
+        lprintf_nl "ADDR_INET (%s, %d)" (Unix.string_of_inet_addr ip) port
     | Unix.ADDR_UNIX s ->
-        lprintf "ADDR_UNIX (%s)" s;
-  end;
-  lprint_newline ()
+        lprintf_nl "ADDR_UNIX (%s)" s;
+  end
 
 let max_delayed_send = 30
   




reply via email to

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