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:
parent
56f25b49a9
commit
90ac0b5c20
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue