mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonShared.ml


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonShared.ml
Date: Tue, 05 Jul 2005 08:27:42 -0400

Index: mldonkey/src/daemon/common/commonShared.ml
diff -u mldonkey/src/daemon/common/commonShared.ml:1.18 
mldonkey/src/daemon/common/commonShared.ml:1.19
--- mldonkey/src/daemon/common/commonShared.ml:1.18     Sun May 29 23:37:52 2005
+++ mldonkey/src/daemon/common/commonShared.ml  Tue Jul  5 12:27:41 2005
@@ -141,8 +141,7 @@
         name in
   let codedname = Filename.concat dirname filename in
   if !verbose_share then
-    lprintf "\ndirname %s \nfilename %s \nfullname %s\ncodedname %s\n"
-      dirname filename fullname codedname; 
+    lprintf "commonShared: sharing %s\n" fullname;
   let size = Unix32.getsize fullname false in
   incr files_scanned;
   files_scanned_size := !files_scanned_size ++ size;
@@ -312,7 +311,7 @@
     
 let shared_add_directory shared_dir =
   if shared_dir.shdir_dirname <> "" then begin
-      if !verbose_share then lprintf "SHARING %s PRIO %d\n" 
shared_dir.shdir_dirname
+      if !verbose_share then lprintf "commonShared: Sharing %s prio %d\n" 
shared_dir.shdir_dirname
         shared_dir.shdir_priority;
       shared_add_directory shared_dir ""
     end




reply via email to

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