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/donkeyProtoKa


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/networks/donkey/donkeyProtoKademlia.ml
Date: Wed, 06 Jul 2005 20:25:52 -0400

Index: mldonkey/src/networks/donkey/donkeyProtoKademlia.ml
diff -u mldonkey/src/networks/donkey/donkeyProtoKademlia.ml:1.7 
mldonkey/src/networks/donkey/donkeyProtoKademlia.ml:1.8
--- mldonkey/src/networks/donkey/donkeyProtoKademlia.ml:1.7     Sun Apr 24 
19:44:16 2005
+++ mldonkey/src/networks/donkey/donkeyProtoKademlia.ml Thu Jul  7 00:25:46 2005
@@ -253,7 +253,7 @@
                       peer_kind := kind)
               | _ ->
                 if !verbose_hidden_errors then
-                  lprintf "Unused source tag [%s]\n"
+                  lprintf_nl "Unused source tag [%s]"
                     (escaped_string_of_field tag)
           ) r_tags;
           {
@@ -395,7 +395,7 @@
           magic <> kademlia_packed_header_code) then
         begin
           if !CommonOptions.verbose_unknown_messages then begin
-              lprintf "Received unknown UDP packet\n";
+              lprintf_nl "Received unknown UDP packet";
               dump pbuf;
             end;
           raise Not_found
@@ -432,7 +432,7 @@
         
         if !verbose_overnet then 
           begin            
-            lprintf "Sending UDP to %s:%d type %s (opcode 0x%02X len %d)\n" 
+            lprintf_nl "Sending UDP to %s:%d type %s (opcode 0x%02X len %d)"
               (Ip.to_string ip) port (message_to_string msg) (get_uint8 s 1)
             (String.length s);
 (*dump s; lprint_newline ();*)
@@ -448,7 +448,7 @@
         UdpSocket.write sock ping s ip port
       with
       | MessageNotImplemented -> ()
-      | e -> lprintf "Exception %s in udp_send\n" (Printexc2.to_string e)
+      | e -> lprintf_nl "Exception %s in udp_send" (Printexc2.to_string e)
           
     let udp_handler f sock event =
       match event with
@@ -468,10 +468,10 @@
               with e ->
                 if !verbose_hidden_errors then
                 begin
-                  lprintf "Error %s in udp_handler, dump of packet:\n"
+                  lprintf_nl "Error %s in udp_handler, dump of packet:"
                     (Printexc2.to_string e); 
                   dump p.UdpSocket.udp_content;
-                  lprint_newline ()
+                  lprintf_nl ""
                 end
           );
       | _ -> ()




reply via email to

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