Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
keep documentation in sync with implementation
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 11 Dec 2008 15:00:54 +0000 (15:00 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 11 Dec 2008 15:00:54 +0000 (15:00 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6112 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/xbt/log.c

index adc1fdf..9362b93 100644 (file)
@@ -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.