Skip to content

Commit

Permalink
LLEXT: Xtensa: fix logging level
Browse files Browse the repository at this point in the history
Use the same logging level as in the rest of LLEXT.

Signed-off-by: Guennadi Liakhovetski <[email protected]>
  • Loading branch information
lyakh authored and nashif committed Nov 16, 2024
1 parent ec02b81 commit ce32eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/xtensa/core/elf.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <zephyr/llext/loader.h>
#include <zephyr/logging/log.h>

LOG_MODULE_DECLARE(llext);
LOG_MODULE_DECLARE(llext, CONFIG_LLEXT_LOG_LEVEL);

#define R_XTENSA_NONE 0
#define R_XTENSA_32 1
Expand Down

0 comments on commit ce32eea

Please sign in to comment.