aboutsummaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-02 17:09:25 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-02 17:09:25 +0000
commit30e820d86135f14ae495598cf5c4e236a4de36b7 (patch)
tree3bba899b7f99e4632d1922bbe89c210b10f7cb7a /nuttx/include
parent757383d8193d4a37cd380b7ba6232552a531fc9c (diff)
downloadpx4-firmware-30e820d86135f14ae495598cf5c4e236a4de36b7.tar.gz
px4-firmware-30e820d86135f14ae495598cf5c4e236a4de36b7.tar.bz2
px4-firmware-30e820d86135f14ae495598cf5c4e236a4de36b7.zip
The initial SYLOG device logic was valiant but yet still not enough
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4998 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/nuttx/syslog.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/nuttx/include/nuttx/syslog.h b/nuttx/include/nuttx/syslog.h
index 73aa3c553..89d0c7267 100644
--- a/nuttx/include/nuttx/syslog.h
+++ b/nuttx/include/nuttx/syslog.h
@@ -97,8 +97,11 @@ extern "C" {
* Name: syslog_initialize
*
* Description:
- * Initialize to use the character device at CONFIG_SYSLOG_DEVPATH as the
- * SYSLOG.
+ * Initialize to use the character device (or file) at
+ * CONFIG_SYSLOG_DEVPATH as the SYSLOG sink.
+ *
+ * NOTE that this implementation excludes using a network connection as
+ * SYSLOG device. That would be a good extension.
*
****************************************************************************/