aboutsummaryrefslogtreecommitdiff
path: root/src/common/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/log.c')
-rw-r--r--src/common/log.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/log.c b/src/common/log.c
index a10f00854..83ed7d143 100644
--- a/src/common/log.c
+++ b/src/common/log.c
@@ -77,6 +77,8 @@ should_log_function_name(uint32_t domain, int severity)
}
}
+/* XXXX We should really have this protected by a mutex or something;
+ * XXXX see bug 222. */
/** Linked list of logfile_t. */
static logfile_t *logfiles = NULL;
#ifdef HAVE_SYSLOG_H