Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-09-01 03:23:40 +0400
committerChristopher Faylor <me@cgf.cx>2003-09-01 03:23:40 +0400
commit12ffca1d84983fee8bd8636b9074b5bf574f428b (patch)
treeec37a3d0c182df20a2c7500d9270bb7fa7bdb918 /winsup/cygwin
parenta3de4e19b48a175c08c4d5b269962330c7d24f71 (diff)
* net.cc (dup_ent): Make debugging output consistent.
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/net.cc2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 3282ccd01..43a85d1ef 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,9 @@
2003-08-31 Christopher Faylor <cgf@redhat.com>
+ * net.cc (dup_ent): Make debugging output consistent.
+
+2003-08-31 Christopher Faylor <cgf@redhat.com>
+
Use dup_ent rather than specific dup_*_ptr functions throughout.
* (gen_ent): Delete.
(dup_ent): Subsume gen_ent functionality.
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);
}