Explorar o código

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

Nick Mathewson %!s(int64=18) %!d(string=hai) anos
pai
achega
e11a92bd54
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/common/log.c

+ 2 - 0
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