logging: remove superfluous default n for boolean
bool symbols implicitly default to n so there is no need to redundant those values. Signed-off-by: Bartosz Bilas <bartosz.bilas@hotmail.com>
This commit is contained in:
parent
9e3d9784ff
commit
6367075dfe
1 changed files with 0 additions and 1 deletions
|
@ -108,7 +108,6 @@ config LOG_BACKEND_FORMAT_TIMESTAMP
|
||||||
|
|
||||||
config LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP
|
config LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP
|
||||||
bool "Format timestamp in Linux format"
|
bool "Format timestamp in Linux format"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
This formatting is something in the middle between the pure raw format
|
This formatting is something in the middle between the pure raw format
|
||||||
and the hh:mm:ss:ms,us one. It resembles the Linux's kernel format in
|
and the hh:mm:ss:ms,us one. It resembles the Linux's kernel format in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue