From 12ffca1d84983fee8bd8636b9074b5bf574f428b Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 31 Aug 2003 23:23:40 +0000 Subject: * net.cc (dup_ent): Make debugging output consistent. --- winsup/cygwin/net.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/net.cc') 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); } -- cgit v1.2.3