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.ml


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/utils/net/ip.ml
Date: Fri, 22 Jul 2005 06:59:11 -0400

Index: mldonkey/src/utils/net/ip.ml
diff -u mldonkey/src/utils/net/ip.ml:1.11 mldonkey/src/utils/net/ip.ml:1.12
--- mldonkey/src/utils/net/ip.ml:1.11   Sun Jul 10 23:19:16 2005
+++ mldonkey/src/utils/net/ip.ml        Fri Jul 22 10:58:55 2005
@@ -154,9 +154,8 @@
       with _ -> ip
     else ip
   with _ ->
-      lprintf "[NS]: Resolving [%s] ..." name;
+      lprintf_nl "[DNS]: Resolving [%s] ..." name;
       let ip = gethostbyname name in
-      lprintf_nl "[NS]: done";
       Hashtbl.add ip_cache name (ip, current_time +. 3600.);
       ip
 
@@ -283,7 +282,7 @@
                     Hashtbl.add ip_cache job.name (ip, current_time +. 3600.);
                     job.handler ip
                   end else begin
-                    lprintf "[NS]: lookup error: %s: address not found\n" 
job.name;
+                    lprintf "[DNS]: lookup error: %s: address not found\n" 
job.name;
                     raise Not_found
                   end
               end else raise Exit




reply via email to

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