]> sjero.net Git - wget/commitdiff
[svn] Use a more standard error message.
authorhniksic <devnull@localhost>
Tue, 11 Nov 2003 03:19:33 +0000 (19:19 -0800)
committerhniksic <devnull@localhost>
Tue, 11 Nov 2003 03:19:33 +0000 (19:19 -0800)
src/ChangeLog
src/host.c

index 99d0478d11acb9c581cc58e26c42c117a302e0ca..c8486ce9d97fe0669264b53fee9afc51e6445f09 100644 (file)
@@ -1,3 +1,8 @@
+2003-11-11  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * host.c (host_errstr): Use the more standard message "Unknown
+       host".
+
 2003-11-10  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * connect.c (connect_to_host): Use that flag to decide whether to
index 1f538c8b1ebffa1bc9644627b2c7dd5a11e66a3b..f53764eaf35be95b0ad3217daff2998a0701ec12 100644 (file)
@@ -353,7 +353,7 @@ host_errstr (int error)
       || error == NO_RECOVERY
       || error == NO_DATA
       || error == NO_ADDRESS)
-    return _("Host not found");
+    return _("Unknown host");
   else if (error == TRY_AGAIN)
     /* Message modeled after what gai_strerror returns in similar
        circumstances.  */