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: Sun, 17 Jul 2005 12:13:06 -0400

Index: mldonkey/src/networks/donkey/donkeyShare.ml
diff -u mldonkey/src/networks/donkey/donkeyShare.ml:1.23 
mldonkey/src/networks/donkey/donkeyShare.ml:1.24
--- mldonkey/src/networks/donkey/donkeyShare.ml:1.23    Tue Jul  5 12:27:41 2005
+++ mldonkey/src/networks/donkey/donkeyShare.ml Sun Jul 17 16:12:59 2005
@@ -84,9 +84,8 @@
       | _ -> md4_of_array md4s
     in
     
-    if !verbose_share then begin
-    lprintf "Sharing file with MD4: %s\n" (Md4.to_string md4);
-    end;
+    if !verbose_share then
+      lprintf_nl "EDK: Sharing file with MD4: %s" (Md4.to_string md4);
     
     let file = new_file sh.sh_name FileShared md4 sh.sh_size
         [Filename.basename sh.sh_name, GuiTypes.noips()]
@@ -126,9 +125,9 @@
                 Int64Swarmer.verify_all_blocks s true;
                 *)
                 if !verbose_share then
-                  lprintf "verified map of %s = %s\n"
+                  lprintf_nl "EDK: verified map of %s = %s"
                         (codedname) (Int64Swarmer.verified_bitmap s))
-      | None -> if !verbose_share then lprintf "no swarmer for %s\n" codedname;
+      | None -> if !verbose_share then lprintf_nl "EDK: no swarmer for %s" 
codedname;
     (try 
         file.file_format <- CommonMultimedia.get_info 
           (file_disk_name file)
@@ -141,10 +140,10 @@
 lprint_newline ());
   *)
     if !verbose_share then begin
-        lprintf "Sharing %s\n" sh.sh_name;
+        lprintf_nl "EDK: Sharing %s" sh.sh_name;
     end;
   with e ->
-      lprintf "Exception %s while sharing %s\n" (Printexc2.to_string e)
+      lprintf_nl "EDK: Exception %s while sharing %s" (Printexc2.to_string e)
       sh.sh_name
       
   




reply via email to

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