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


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonSources.ml
Date: Fri, 26 Aug 2005 17:10:44 -0400

Index: mldonkey/src/daemon/common/commonSources.ml
diff -u mldonkey/src/daemon/common/commonSources.ml:1.22 
mldonkey/src/daemon/common/commonSources.ml:1.23
--- mldonkey/src/daemon/common/commonSources.ml:1.22    Thu Jul 14 15:34:14 2005
+++ mldonkey/src/daemon/common/commonSources.ml Fri Aug 26 21:10:43 2005
@@ -453,14 +453,6 @@
 
        let print buf output_type =
         let timer = Unix.localtime (float_of_int(last_time ()) +. 1000000000.) 
in
-        let time_to_string time =
-          let h0 = string_of_int(time.Unix.tm_hour ) in
-          let m0 = string_of_int(time.Unix.tm_min ) in
-          let s0 = string_of_int(time.Unix.tm_sec ) in
-          (if String.length h0 = 2 then h0 else "0"^h0)
-            ^":"^ (if String.length m0 = 2 then m0 else "0"^m0)
-            ^":"^ (if String.length s0 = 2 then s0 else "0"^s0)
-        in
         let pos_to_string v =
           (if v > 0 then string_of_int(v) else "-")
         in
@@ -475,7 +467,7 @@
             Printf.bprintf buf "\\<tr\\>";
             html_mods_td buf [
               ("", "srh", "Statistics on sources ");
-              ("", "srh", "@ " ^(time_to_string timer));
+              ("", "srh", "@ " ^(Date.time_to_string_short timer));
               ("", "srh", "File sources per manager queue"); ];
             Printf.bprintf buf "\\</tr\\>\\</table\\>\\</div\\>\n";
 




reply via email to

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