logging: Fix typo in logging comment
The Kconfig symbol is CONFIG_LOG_DEFAULT_LEVEL not CONFIG_LOG_DEFAULT_LOG_LEVEL. Fix references in comments to the actual Kconfig symbol name. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
eaa2347596
commit
e506d88f1e
1 changed files with 2 additions and 2 deletions
|
@ -346,7 +346,7 @@ char *log_strdup(const char *str);
|
|||
*
|
||||
* @note The module's state is defined, and the module is registered,
|
||||
* only if LOG_LEVEL for the current source file is non-zero or
|
||||
* it is not defined and CONFIG_LOG_DEFAULT_LOG_LEVEL is non-zero.
|
||||
* it is not defined and CONFIG_LOG_DEFAULT_LEVEL is non-zero.
|
||||
* In other cases, this macro has no effect.
|
||||
* @see LOG_MODULE_DECLARE
|
||||
*/
|
||||
|
@ -383,7 +383,7 @@ char *log_strdup(const char *str);
|
|||
*
|
||||
* @note The module's state is declared only if LOG_LEVEL for the
|
||||
* current source file is non-zero or it is not defined and
|
||||
* CONFIG_LOG_DEFAULT_LOG_LEVEL is non-zero. In other cases,
|
||||
* CONFIG_LOG_DEFAULT_LEVEL is non-zero. In other cases,
|
||||
* this macro has no effect.
|
||||
* @see LOG_MODULE_REGISTER
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue