* net.cc (dup_ent): Make debugging output consistent.
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user