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


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

Index: mldonkey/src/daemon/common/commonComplexOptions.ml
diff -u mldonkey/src/daemon/common/commonComplexOptions.ml:1.22 
mldonkey/src/daemon/common/commonComplexOptions.ml:1.23
--- mldonkey/src/daemon/common/commonComplexOptions.ml:1.22     Sat Apr 23 
21:54:10 2005
+++ mldonkey/src/daemon/common/commonComplexOptions.ml  Thu Jul  7 00:25:45 2005
@@ -83,9 +83,9 @@
           set_file_state file file_state;       
           if !verbose then
           (match file_state with
-              FileDownloading -> lprintf "New downloading file\n";
-            | FileDownloaded -> lprintf "New downloaded file\n";
-            | _ -> lprintf "New file with other state\n"
+              FileDownloading -> lprintf_nl "New downloading file";
+            | FileDownloaded -> lprintf_nl "New downloaded file";
+            | _ -> lprintf_nl "New file with other state"
           );
           
           (try
@@ -248,7 +248,7 @@
           in
           let network = 
             try network_find_by_name network with e ->
-                lprintf "Network %s not supported\n" network;
+                lprintf_nl "Network %s not supported" network;
                 raise e
               in
           let server = network_server_of_option network assocs in




reply via email to

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