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/donkeyShare.m


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

Index: mldonkey/src/networks/donkey/donkeyShare.ml
diff -u mldonkey/src/networks/donkey/donkeyShare.ml:1.26 
mldonkey/src/networks/donkey/donkeyShare.ml:1.27
--- mldonkey/src/networks/donkey/donkeyShare.ml:1.26    Fri Jul 22 10:58:55 2005
+++ mldonkey/src/networks/donkey/donkeyShare.ml Fri Jul 22 14:32:12 2005
@@ -37,8 +37,8 @@
 open DonkeyGlobals
 
 let lprintf_nl () =
-  lprintf "%s[EDK]: "
-  (log_time ()); lprintf_nl2
+  lprintf "%s[EDK] "
+    (log_time ()); lprintf_nl2
 
 let new_shared_files = ref []
 
@@ -144,9 +144,9 @@
 lprint_newline ());
   *)
     if !verbose_share then
-      lprintf_nl () "EDK: Sharing %s" sh.sh_name;
+      lprintf_nl () "Sharing %s" sh.sh_name;
   with e ->
-      lprintf_nl () "EDK: Exception %s while sharing %s" (Printexc2.to_string 
e)
+      lprintf_nl () "Exception %s while sharing %s" (Printexc2.to_string e)
       sh.sh_name
       
   




reply via email to

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