mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] Changes to mldonkey/src/networks/donkey/donkeyClient.


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/networks/donkey/donkeyClient.ml
Date: Fri, 22 Jul 2005 10:32:31 -0400

Index: mldonkey/src/networks/donkey/donkeyClient.ml
diff -u mldonkey/src/networks/donkey/donkeyClient.ml:1.53 
mldonkey/src/networks/donkey/donkeyClient.ml:1.54
--- mldonkey/src/networks/donkey/donkeyClient.ml:1.53   Fri Jul 22 10:58:55 2005
+++ mldonkey/src/networks/donkey/donkeyClient.ml        Fri Jul 22 14:32:12 2005
@@ -58,12 +58,12 @@
 
 (* prints a new logline with date, module and starts newline *)
 let lprintf_nl () =
-  lprintf "%s[EDK]: "
+  lprintf "%s[EDK] "
     (log_time ()); lprintf_nl2
 
 (* prints a new logline with date, module and does not start newline *)
 let lprintf_n () =
-  lprintf "%s[EDK]: "
+  lprintf "%s[EDK] "
     (log_time ()); lprintf
 
 (* Lifetime of a socket after sending interesting messages *)
@@ -2171,7 +2171,7 @@
     let nlocs = List.length t.Q.locs in
     
     if !verbose_location then
-        lprintf_nl () "EDK: Received %d sources from server %s:%s for %s"
+        lprintf_nl () "Received %d sources from server %s:%s for %s"
           nlocs (Ip.to_string s.server_ip) (string_of_int s.server_port) 
(file_best_name file);
     
     s.server_score <- s.server_score + 3;




reply via email to

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