diff options
Diffstat (limited to 'src/common/log.c')
-rw-r--r-- | src/common/log.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/common/log.c b/src/common/log.c index 1d9c10d565..677cb5241c 100644 --- a/src/common/log.c +++ b/src/common/log.c @@ -327,12 +327,9 @@ close_logs(void) } /** Remove and free the log entry <b>victim</b> from the linked-list - * logfiles (it is probably present, but it might not be due to thread - * racing issues). After this function is called, the caller shouldn't - * refer to <b>victim</b> anymore. - * - * Long-term, we need to do something about races in the log subsystem - * in general. See bug 222 for more details. + * logfiles (it must be present in the list when this function is + * called). After this function is called, the caller shouldn't refer + * to <b>victim</b> anymore. */ static void delete_log(logfile_t *victim) |