diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-05-29 18:39:59 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-05-29 18:39:59 +0000 |
commit | e11a92bd54926cfa8fd75c3a73d93ab2e1fbc007 (patch) | |
tree | a225e905538a57720dafd400f8a34d92aa97fe9d /src/common | |
parent | c5b3a8db84f624b0155898f4a87388e544f60017 (diff) | |
download | tor-e11a92bd54926cfa8fd75c3a73d93ab2e1fbc007.tar.gz tor-e11a92bd54926cfa8fd75c3a73d93ab2e1fbc007.zip |
r13058@catbus: nickm | 2007-05-29 14:39:53 -0400
Note that the fix for bug 222 should technically be turned into a real fix, not a kludge, one of these days.
svn:r10397
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/log.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/log.c b/src/common/log.c index a10f00854e..83ed7d143e 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 |