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/driver/driverCommands.


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/daemon/driver/driverCommands.ml
Date: Mon, 20 Jun 2005 14:38:51 -0400

Index: mldonkey/src/daemon/driver/driverCommands.ml
diff -u mldonkey/src/daemon/driver/driverCommands.ml:1.55 
mldonkey/src/daemon/driver/driverCommands.ml:1.56
--- mldonkey/src/daemon/driver/driverCommands.ml:1.55   Wed Jun  1 22:19:57 2005
+++ mldonkey/src/daemon/driver/driverCommands.ml        Mon Jun 20 18:38:49 2005
@@ -587,8 +587,8 @@
               server_print s o;
               incr nb_servers;
             with e ->
-                lprintf "Exception %s in server_print"
-                  (Printexc2.to_string e); lprint_newline ();
+                lprintf "Exception %s in server_print\n"
+                  (Printexc2.to_string e);
         ) !!servers;
         if use_html_mods o then Printf.bprintf buf "\\</table\\>\\</div\\>";
         Printf.bprintf buf "Servers: %d known\n" !nb_servers;




reply via email to

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