Skip to content

Commit 90ac0b5

Browse files
author
Tomasz Bursztyka
committed
net: buf: Fix a debug message missing a parameter
Change-Id: I25a199ba074fa9affaf0a249b6af842a3a477ed7 Signed-off-by: Tomasz Bursztyka <[email protected]>
1 parent 56f25b4 commit 90ac0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/net/buf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ struct net_buf *net_buf_alloc(struct net_buf_pool *pool, int32_t timeout)
134134
}
135135

136136
success:
137-
NET_BUF_DBG("allocated buf %p");
137+
NET_BUF_DBG("allocated buf %p", buf);
138138

139139
buf->ref = 1;
140140
buf->len = 0;

0 commit comments

Comments
 (0)