Skip to content

Commit

Permalink
debug: debug_stream_slot: A simple typo fix to a logging message
Browse files Browse the repository at this point in the history
Signed-off-by: Jyri Sarha <[email protected]>
  • Loading branch information
Jyri Sarha committed Sep 26, 2024
1 parent e2cff1b commit 4bfe83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debug/debug_stream/debug_stream_slot.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ static int debug_stream_slot_init(void)
size_t offset = hdr_size;
int i;

LOG_INF("%u sections of %u bytes, hdr %u, secton area %u\n",
LOG_INF("%u sections of %u bytes, hdr %u, section area %u\n",
CONFIG_MP_MAX_NUM_CPUS, section_size, hdr_size,
section_area_size);

Expand Down

0 comments on commit 4bfe83a

Please sign in to comment.