Skip to content

Commit 899015a

Browse files
committed
log
Signed-off-by: Anas Nashif <[email protected]>
1 parent 383c3e5 commit 899015a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/thread.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ static char *setup_thread_stack(struct k_thread *new_thread,
453453

454454
#endif /* CONFIG_THREAD_STACK_MEM_MAPPED */
455455

456-
LOG_DBG("stack %p for thread %p: obj_size=%zu buf_start=%p "
456+
LOG_DBG(" stack %p for thread %p: obj_size=%zu buf_start=%p "
457457
" buf_size %zu stack_ptr=%p",
458458
stack, new_thread, stack_obj_size, (void *)stack_buf_start,
459459
stack_buf_size, (void *)stack_ptr);

0 commit comments

Comments
 (0)