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


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

Index: mldonkey/src/daemon/driver/driverControlers.ml
diff -u mldonkey/src/daemon/driver/driverControlers.ml:1.30 
mldonkey/src/daemon/driver/driverControlers.ml:1.31
--- mldonkey/src/daemon/driver/driverControlers.ml:1.30 Wed Jun  1 22:19:57 2005
+++ mldonkey/src/daemon/driver/driverControlers.ml      Mon Jun 20 18:38:49 2005
@@ -1194,9 +1194,8 @@
               
               | args -> 
                   List.iter (fun (s,v) ->
-                      lprintf "[%s]=[%s]" (String.escaped s) (String.escaped 
v);
-                      lprint_newline ()) args;
-                  
+                      lprintf "[%s]=[%s]\n" (String.escaped s) (String.escaped 
v))
+                  args;
                   raise Not_found
             end
         
@@ -1258,9 +1257,8 @@
                   
               | args -> 
                   List.iter (fun (s,v) ->
-                      lprintf "[%s]=[%s]" (String.escaped s) (String.escaped 
v);
-                      lprint_newline ()) args;
-                  
+                      lprintf "[%s]=[%s]\n" (String.escaped s) (String.escaped 
v))
+                 args;
                   raise Not_found                  
             end
             




reply via email to

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