X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/37baaf70ee95c42a6f4b80913db243c199230fb9..5ce4106d57347a7871f0f0ee39bdef5fd0c824ae:/src/xbt/log.c diff --git a/src/xbt/log.c b/src/xbt/log.c index 95f47cac2c..a5b33d8ac0 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -955,7 +955,7 @@ int _xbt_log_cat_init(xbt_log_category_t category, cpp = cpp->nextSibling; } - XBT_DEBUG("Childs of %s: %s; nextSibling: %s", + XBT_DEBUG("Children of %s: %s; nextSibling: %s", category->parent->name, res, (category->parent->nextSibling ? category->parent->nextSibling->name : "none"));