summaryrefslogtreecommitdiffstats
path: root/libdaemon/dlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdaemon/dlog.h')
-rw-r--r--libdaemon/dlog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdaemon/dlog.h b/libdaemon/dlog.h
index 0f74dde..55b641a 100644
--- a/libdaemon/dlog.h
+++ b/libdaemon/dlog.h
@@ -32,7 +32,7 @@ extern "C" {
* Contains a robust API for logging messages
*/
-/** Specifies where to send the log messages to
+/** Specifies where to send the log messages to. The global variable daemon_log_use takes values of this type.
*/
enum daemon_log_flags {
DAEMON_LOG_SYSLOG = 1, /**< Log messages are written to syslog */