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


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonGlobals.ml
Date: Wed, 06 Jul 2005 20:25:48 -0400

Index: mldonkey/src/daemon/common/commonGlobals.ml
diff -u mldonkey/src/daemon/common/commonGlobals.ml:1.32 
mldonkey/src/daemon/common/commonGlobals.ml:1.33
--- mldonkey/src/daemon/common/commonGlobals.ml:1.32    Fri Jun 24 23:49:16 2005
+++ mldonkey/src/daemon/common/commonGlobals.ml Thu Jul  7 00:25:45 2005
@@ -130,7 +130,7 @@
       with e ->
           if !find_other_port then iter (port+1)
           else begin
-              lprintf "Exception %s while starting %s\n" server_name
+              lprintf_nl "Exception %s while starting %s" server_name
                 (Printexc2.to_string e);
               None
             end
@@ -183,7 +183,7 @@
   connection_next_try cc < last_time ()
 
 let print_control c =
-  lprintf "Connection Control: ok = %d seconds ago, state = %d, last tried = 
%d seconds ago, delay = %d, next in %d seconds\n"
+  lprintf_nl "Connection Control: ok = %d seconds ago, state = %d, last tried 
= %d seconds ago, delay = %d, next in %d seconds"
     (last_time () - c.control_last_ok) c.control_state (last_time () - 
c.control_last_try) c.control_min_reask (connection_next_try c - last_time ())
   
 let connection_must_try cc =
@@ -780,7 +780,7 @@
   url-encoded *)
           name := Printf.sprintf "%s&%s" !name value
         else
-          lprintf "MAGNET: unused field %s = %s\n"
+          lprintf_nl "MAGNET: unused field %s = %s"
             value arg
     ) url.Url.args;
     !name, !uids
@@ -895,7 +895,7 @@
 let print_localtime () =
 let t = Unix.localtime (Unix.time ()) in
   let { Unix.tm_mon = tm_mon; Unix.tm_mday = tm_mday; Unix.tm_hour = tm_hour; 
Unix.tm_min = tm_min; Unix.tm_sec = tm_sec } = t in
-  lprintf " on localtime: %2d/%2d, %02d:%02d:%02d\n" tm_mday (tm_mon+1) 
tm_hour tm_min tm_sec
+  lprintf_nl " on localtime: %2d/%2d, %02d:%02d:%02d" tm_mday (tm_mon+1) 
tm_hour tm_min tm_sec
 
       
 let new_activity () = {




reply via email to

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