diff --git a/subsys/net/buf.c b/subsys/net/buf.c index 9828aa24e1d..f2880924267 100644 --- a/subsys/net/buf.c +++ b/subsys/net/buf.c @@ -134,7 +134,7 @@ struct net_buf *net_buf_alloc(struct net_buf_pool *pool, int32_t timeout) } success: - NET_BUF_DBG("allocated buf %p"); + NET_BUF_DBG("allocated buf %p", buf); buf->ref = 1; buf->len = 0;