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


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/utils/net/basicSocket.ml
Date: Fri, 02 Dec 2005 07:02:39 -0500

Index: mldonkey/src/utils/net/basicSocket.ml
diff -u mldonkey/src/utils/net/basicSocket.ml:1.23 
mldonkey/src/utils/net/basicSocket.ml:1.24
--- mldonkey/src/utils/net/basicSocket.ml:1.23  Fri Oct 28 08:21:49 2005
+++ mldonkey/src/utils/net/basicSocket.ml       Fri Dec  2 12:02:36 2005
@@ -641,14 +641,6 @@
         List.iter (fun t -> t.dump_info buf) !closed_tasks;
   );
 
-  Printexc2.register_exn (fun e ->
-      match e with
-        Unix.Unix_error (e, f, arg) ->
-          Printf.sprintf "%s failed%s: %s" f (if arg = "" then "" else
-              "on " ^ arg) (Unix.error_message e)
-      | _ -> raise e
-  );
-
   add_timer 300. (fun t ->
       reactivate_timer t;
       if !debug then




reply via email to

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