mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] Changes to mldonkey/src/utils/net/ip_set.ml


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/utils/net/ip_set.ml
Date: Mon, 20 Jun 2005 14:39:02 -0400

Index: mldonkey/src/utils/net/ip_set.ml
diff -u mldonkey/src/utils/net/ip_set.ml:1.5 
mldonkey/src/utils/net/ip_set.ml:1.6
--- mldonkey/src/utils/net/ip_set.ml:1.5        Wed Mar  2 19:28:16 2005
+++ mldonkey/src/utils/net/ip_set.ml    Mon Jun 20 18:38:49 2005
@@ -104,14 +104,12 @@
            end else 
              raise Not_found
        with _ ->
-         lprintf "Syntax error: %s" line;
-         lprint_newline ()
+         lprintf "Syntax error: %s\n" line
     done;
     bl_empty (* not reached *)
   with End_of_file ->
     close_in cin;
-    lprintf "IP blacklist: %d ranges loaded" !nranges;
-    lprint_newline ();
+    lprintf "IP blacklist: %d ranges loaded\n" !nranges;
     !bl
 
 let load filename =




reply via email to

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