Commit e99d48b
committed
fix: change log level to verbose for enhanced logging detail in main.c
1 parent 41e1b11 commit e99d48b
2 files changed
Lines changed: 2 additions & 2 deletions
- .github/workflows/ci.yml+6
- examples/module/CMakeLists.txt+2-1
- examples/module/Makefile+2-1
- examples/module/log_step/CMakeLists.txt+9
- examples/module/log_step/Makefile+28
- examples/module/log_step/main.c+37
- inc/dmod.h+1-1
- inc/dmod_sal.h+3-1
- src/common/dmod_common.c+82-12
- src/module/dmod_module.c+3-6
- src/system/dmod_system.c+1-1
- src/system/public/dmod_dmf_api.c+3-3
- tests/system/if/CMakeLists.txt+1
- tests/system/if/tests_dmod_log_step.cpp+161
- tests/system/public/CMakeLists.txt+1
- tests/system/public/tests_dmod_api_signature.cpp+663
| 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