Skip to content

Commit 55318b8

Browse files
committed
LLEXT: Xtensa: fix logging level
Use the same logging level as in the rest of LLEXT. Signed-off-by: Guennadi Liakhovetski <[email protected]>
1 parent 1a9a727 commit 55318b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/xtensa/core/elf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <zephyr/llext/loader.h>
1111
#include <zephyr/logging/log.h>
1212

13-
LOG_MODULE_DECLARE(llext);
13+
LOG_MODULE_DECLARE(llext, CONFIG_LLEXT_LOG_LEVEL);
1414

1515
#define R_XTENSA_NONE 0
1616
#define R_XTENSA_32 1

0 commit comments

Comments
 (0)