mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] Changes to mldonkey/src/utils/net/anyEndian.ml


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/utils/net/anyEndian.ml
Date: Tue, 12 Jul 2005 19:11:41 -0400

Index: mldonkey/src/utils/net/anyEndian.ml
diff -u mldonkey/src/utils/net/anyEndian.ml:1.6 
mldonkey/src/utils/net/anyEndian.ml:1.7
--- mldonkey/src/utils/net/anyEndian.ml:1.6     Mon Jun 20 18:38:49 2005
+++ mldonkey/src/utils/net/anyEndian.ml Tue Jul 12 23:11:41 2005
@@ -77,7 +77,7 @@
 let get_sha1 s pos =
   try Sha1.direct_of_string (String.sub s pos 20)  
   with e ->
-      lprintf "exception in get_sha1 %d s=%s\n" pos (String.escaped s); 
+(*      lprintf "exception in get_sha1 %d s=%s\n" pos (String.escaped s); *)
       raise e
       
 let buf_md4 buf s = Buffer.add_string buf (Md4.direct_to_string s)
@@ -85,7 +85,7 @@
 let get_md4 s pos =
   try Md4.direct_of_string (String.sub s pos 16)  
   with e ->
-    lprintf "exception in get_md4 %d s=%s\n" pos (String.escaped s); 
+(*    lprintf "exception in get_md4 %d s=%s\n" pos (String.escaped s); *)
     raise e
 
       




reply via email to

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