Fix another errant use of dprintf

unstable
James Lee 2012-02-06 17:46:42 -07:00
parent 29b99aa7b4
commit 3d1c8ae383
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ void free_networkpug(NetworkPug *np, int close_channel, int destroy_channel)
cont = __atomic_swap(0, &np->active);
if(! cont) {
dprintf("Seems the pug at %p was already set free");
dprintf("Seems the pug at %p was already set free", &np);
return;
}