From: mquinson Date: Thu, 11 Dec 2008 15:00:54 +0000 (+0000) Subject: keep documentation in sync with implementation X-Git-Tag: v3.3~69 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f4ae32c676421a6cd5c076b273dd7a07f2695957 keep documentation in sync with implementation git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6112 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/xbt/log.c b/src/xbt/log.c index adc1fdf198..9362b93c2f 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -427,7 +427,7 @@ When a category is passed a message by one of the logging macros, the category performs the following actions: - if the category has an appender, the message is passed to the - appender's doAppend() function, + appender's do_append() function, - if additivity is true for the category (which is the case by default, and can be controlled by xbt_log_additivity_set()), the message is passed to the category's parent.