[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonChat.ml
From: |
mldonkey-commits |
Subject: |
[Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonChat.ml |
Date: |
Wed, 06 Jul 2005 20:25:47 -0400 |
Index: mldonkey/src/daemon/common/commonChat.ml
diff -u mldonkey/src/daemon/common/commonChat.ml:1.4
mldonkey/src/daemon/common/commonChat.ml:1.5
--- mldonkey/src/daemon/common/commonChat.ml:1.4 Tue Jun 28 23:17:07 2005
+++ mldonkey/src/daemon/common/commonChat.ml Thu Jul 7 00:25:45 2005
@@ -47,12 +47,12 @@
with
| Unix.Unix_error (e,s1,s2) -> if !CommonOptions.verbose then begin
let s = (Unix.error_message e)^" : "^s1^" "^s2 in
- lprintf "%s\nchat_app_host=%s chat_app_port=%d\n" s
+ lprintf "Testing chat: %s\nChat app IP %s, port %d\n" s
!!O.chat_app_host !!O.chat_app_port;
close_out chanout
end
| e -> if !CommonOptions.verbose then begin
- lprintf "%s\nchat_app_host=%s chat_app_port=%d\n"
+ lprintf "Testing chat: %s\nChat app IP %s, port %d\n"
(Printexc2.to_string e)
!!O.chat_app_host !!O.chat_app_port;
close_out chanout
- [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonChat.ml,
mldonkey-commits <=