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


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

Index: mldonkey/src/daemon/common/commonMultimedia.ml
diff -u mldonkey/src/daemon/common/commonMultimedia.ml:1.7 
mldonkey/src/daemon/common/commonMultimedia.ml:1.8
--- mldonkey/src/daemon/common/commonMultimedia.ml:1.7  Sun May  1 17:43:11 2005
+++ mldonkey/src/daemon/common/commonMultimedia.ml      Thu Jul  7 00:25:45 2005
@@ -56,13 +56,13 @@
       lprint_char c
     else lprintf "[%d]" int
   done;
-  lprint_newline ()
+  lprintf_nl ""
 
 let print_int32 s i=
-  lprintf "%s: %Ld\n" s i
+  lprintf_nl "%s: %Ld" s i
 
 let print_int16 s i=
-  lprintf "%s: %d\n" s i
+  lprintf_nl "%s: %d" s i
 
 
(**********************************************************************************)
 (*                                                                             
   *)
@@ -703,7 +703,7 @@
       match e with
         FormatFound f -> f
       | e -> 
-          lprintf "get_info: Exception in %s\n" (Printexc2.to_string e);
+          lprintf_nl "get_info: Exception in %s" (Printexc2.to_string e);
           FormatUnknown
           
           




reply via email to

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