summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-01 13:47:10 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-01 13:47:10 -0600
commit0a8c84a67af2815440f1df241f04a5072ad8407e (patch)
treead84543936d89056ac7ccfc1e2b23f20a0cc27e0 /nuttx
parent7f17c9060b7feec35e4a90eaa86c5c9b591775b0 (diff)
downloadpx4-nuttx-0a8c84a67af2815440f1df241f04a5072ad8407e.tar.gz
px4-nuttx-0a8c84a67af2815440f1df241f04a5072ad8407e.tar.bz2
px4-nuttx-0a8c84a67af2815440f1df241f04a5072ad8407e.zip
SYSLOG timestamp configuration option should not depend on CONFIG_SYSLOG and the default value should be n
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/fs/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/fs/Kconfig b/nuttx/fs/Kconfig
index 78d2fc89c..8de3f51b0 100644
--- a/nuttx/fs/Kconfig
+++ b/nuttx/fs/Kconfig
@@ -73,14 +73,14 @@ config SYSLOG
console (like printf()). This setting is required to enable
customization of the basic system loggin capability.
-if SYSLOG
-
config SYSLOG_TIMESTAMP
bool "Prepend timestamp to syslog message"
- default y
+ default n
---help---
Prepend timestamp to syslog message.
+if SYSLOG
+
config SYSLOG_CHAR
bool "System log character device support"
default y