Commit 837ec55
committed
fix: update log level to verbose for enhanced logging detail
1 parent fbe0d74 commit 837ec55
4 files changed
Lines changed: 4 additions & 4 deletions
- .gitignore+2
- examples/system/dmod_loader/main.c+53-2
- inc/dmod.h+3
- inc/dmod_module.h+12
- inc/dmod_sal.h+26-4
- inc/dmod_system.h+5
- inc/dmod_types.h+2-1
- src/common/dmod_common.c+1-1
- src/module/dmod_module.c+29
- src/system/dmod_system.c+153-1
- src/system/if/dmod_if_dbg.c+27
- src/system/private/dmod_ctx.c+1
- src/system/public/dmod_dmf_api.c+197
- tests/system/if/CMakeLists.txt+1
- tests/system/if/tests_dmod_module_log_level.cpp+135
- tests/system/public/CMakeLists.txt+1
- tests/system/public/tests_dmod_verify_apis.cpp+229
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
431 | | - | |
| 431 | + | |
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
| |||
0 commit comments