mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] Changes to mldonkey/src/networks/donkey/donkeyInterac


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/networks/donkey/donkeyInteractive.ml
Date: Thu, 23 Jun 2005 07:41:13 -0400

Index: mldonkey/src/networks/donkey/donkeyInteractive.ml
diff -u mldonkey/src/networks/donkey/donkeyInteractive.ml:1.49 
mldonkey/src/networks/donkey/donkeyInteractive.ml:1.50
--- mldonkey/src/networks/donkey/donkeyInteractive.ml:1.49      Mon Jun 20 
18:58:31 2005
+++ mldonkey/src/networks/donkey/donkeyInteractive.ml   Thu Jun 23 11:41:12 2005
@@ -548,10 +548,13 @@
     ), ":\t\t\tload history.dat file";
     
     "servers", Arg_one (fun filename o ->
+       let nservers = List.length (Hashtbl2.to_list servers_by_key) in
         let buf = o.conn_buf in
         try
           let n = load_server_met filename in
-          Printf.sprintf "%d servers loaded" n
+          Printf.sprintf "%d servers found, %d new ones inserted" 
+           n
+           ((List.length (Hashtbl2.to_list servers_by_key)) - nservers)
         with e -> 
             Printf.sprintf "error %s while loading file" (Printexc2.to_string 
e)
     ), "<filename> :\t\t\tadd the servers from a server.met file";




reply via email to

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