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/tcpServerSocket.ml


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/utils/net/tcpServerSocket.ml
Date: Wed, 30 Nov 2005 18:34:29 -0500

Index: mldonkey/src/utils/net/tcpServerSocket.ml
diff -u mldonkey/src/utils/net/tcpServerSocket.ml:1.7 
mldonkey/src/utils/net/tcpServerSocket.ml:1.8
--- mldonkey/src/utils/net/tcpServerSocket.ml:1.7       Fri Aug 26 21:12:23 2005
+++ mldonkey/src/utils/net/tcpServerSocket.ml   Wed Nov 30 23:34:29 2005
@@ -107,6 +107,7 @@
     t.sock <- sock;
     t
   with e ->
+    lprint_newline ();
     lprintf "Exception: %s at port %d\n" (Printexc2.to_string e) port;
     match e with
       Unix.Unix_error (Unix.EADDRINUSE, _, _) -> 




reply via email to

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