net: buf: Fix a debug message missing a parameter

Change-Id: I25a199ba074fa9affaf0a249b6af842a3a477ed7
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
Tomasz Bursztyka 2016-12-21 11:30:27 +01:00
commit 90ac0b5c20

View file

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