]> sourceware.org Git - newlib-cygwin.git/commitdiff
* net.cc (cygwin_gethostbyname): Show failing host name on error.
authorChristopher Faylor <me@cgf.cx>
Wed, 11 Aug 2004 18:34:32 +0000 (18:34 +0000)
committerChristopher Faylor <me@cgf.cx>
Wed, 11 Aug 2004 18:34:32 +0000 (18:34 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/net.cc

index f90f1a04c24d53e248c277250a6aa4bab82ef753..7bb90092856065e6f1089f869b223c6d2175da8e 100644 (file)
@@ -1,3 +1,7 @@
+2004-08-11  Christopher Faylor  <cgf@timesys.com>
+
+       * net.cc (cygwin_gethostbyname): Show failing host name on error.
+
 2004-08-10  Christopher Faylor  <cgf@redhat.com>
 
        * select.cc (select_stuff::wait): Correctly check for w4 array bounds.
index b958e43655d4e98c5a8bc64f1375bf72527b4575..ce1bf60e637f89afc1921aa212462fb3cd93950e 100644 (file)
@@ -967,6 +967,7 @@ cygwin_gethostbyname (const char *name)
                                     is_hostent);
   if (!_my_tls.locals.hostent_buf)
     {
+      debug_printf ("name %s", name);
       set_winsock_errno ();
       set_host_errno ();
     }
This page took 0.038019 seconds and 5 git commands to generate.