summaryrefslogtreecommitdiffstats
path: root/lib/log.h
diff options
context:
space:
mode:
authorajs <ajs>2004-11-28 23:04:51 +0000
committerajs <ajs>2004-11-28 23:04:51 +0000
commitb9c35001dfa81e6cddfac0b36549b1ed4b84b5e7 (patch)
tree77c13bdb04f79c96653f62662b1fb791d32540cb /lib/log.h
parent7d149b8e48ef72021aefddf44f400bccaf391870 (diff)
downloadquagga-b9c35001dfa81e6cddfac0b36549b1ed4b84b5e7.tar.bz2
quagga-b9c35001dfa81e6cddfac0b36549b1ed4b84b5e7.tar.xz
Fix comment for zlog_backtrace_sigsafe: it now supports syslog logging
on systems where /dev/log is a unix datagram socket.
Diffstat (limited to 'lib/log.h')
-rw-r--r--lib/log.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/log.h b/lib/log.h
index 54cc2a6c..e596cdd0 100644
--- a/lib/log.h
+++ b/lib/log.h
@@ -128,8 +128,7 @@ extern void zlog_backtrace(int priority);
/* Log a backtrace, but in an async-signal-safe way. Should not be
called unless the program is about to exit or abort, since it messes
- up the state of zlog file pointers. This function needs to be enhanced
- to support syslog logging. */
+ up the state of zlog file pointers. */
extern void zlog_backtrace_sigsafe(int priority);
#endif /* _ZEBRA_LOG_H */