diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 3282ccd01..43a85d1ef 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2003-08-31 Christopher Faylor + + * net.cc (dup_ent): Make debugging output consistent. + 2003-08-31 Christopher Faylor Use dup_ent rather than specific dup_*_ptr functions throughout. diff --git a/winsup/cygwin/net.cc b/winsup/cygwin/net.cc index c8d225bbc..79adfc3f6 100644 --- a/winsup/cygwin/net.cc +++ b/winsup/cygwin/net.cc @@ -444,7 +444,7 @@ dup_ent (void *old, void *src0, struct_type type) { if (old) { - debug_printf ("freeing old %sent structure(%s) %p\n", entnames[type], + debug_printf ("freeing old %sent structure \"%s\" %p\n", entnames[type], ((unionent *) old)->name, old); free (old); }