diff --git a/src/core/pbuf.c b/src/core/pbuf.c index d1b80fff..28b955e4 100644 --- a/src/core/pbuf.c +++ b/src/core/pbuf.c @@ -648,7 +648,7 @@ pbuf_unref(struct pbuf *f) /* deallocate chain */ pbuf_free(f); f = NULL; - DEBUGF(PBUF_DEBUG, ("pbuf_unref: failed\n", f)); + DEBUGF(PBUF_DEBUG, ("pbuf_unref: failed\n")); return NULL; } }