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/cdk/printexc2.ml


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

Index: mldonkey/src/utils/cdk/printexc2.ml
diff -u mldonkey/src/utils/cdk/printexc2.ml:1.3 
mldonkey/src/utils/cdk/printexc2.ml:1.4
--- mldonkey/src/utils/cdk/printexc2.ml:1.3     Thu Jul  7 00:25:46 2005
+++ mldonkey/src/utils/cdk/printexc2.ml Fri Dec  2 12:02:36 2005
@@ -105,6 +105,6 @@
       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)
+              " on " ^ arg) (Unix.error_message e)
           | _ -> raise e
   )




reply via email to

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