* net.cc (dup_ent): Make debugging output consistent.

This commit is contained in:
Christopher Faylor 2003-08-31 23:23:40 +00:00
parent a3de4e19b4
commit 12ffca1d84
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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);
}