aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/net.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-08-31 23:23:40 +0000
committerChristopher Faylor <me@cgf.cx>2003-08-31 23:23:40 +0000
commit12ffca1d84983fee8bd8636b9074b5bf574f428b (patch)
treeec37a3d0c182df20a2c7500d9270bb7fa7bdb918 /winsup/cygwin/net.cc
parenta3de4e19b48a175c08c4d5b269962330c7d24f71 (diff)
downloadnewlib-12ffca1d84983fee8bd8636b9074b5bf574f428b.zip
newlib-12ffca1d84983fee8bd8636b9074b5bf574f428b.tar.gz
newlib-12ffca1d84983fee8bd8636b9074b5bf574f428b.tar.bz2
* net.cc (dup_ent): Make debugging output consistent.
Diffstat (limited to 'winsup/cygwin/net.cc')
-rw-r--r--winsup/cygwin/net.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/net.cc b/winsup/cygwin/net.cc
index c8d225bb..79adfc3 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);
}