From: Arnaud Giersch Date: Wed, 30 Aug 2017 12:32:33 +0000 (+0200) Subject: Cosmetics. X-Git-Tag: v3_17~185 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/58e9df6572b21eabbc56c726391a0f83d9193c87 Cosmetics. --- diff --git a/src/xbt/log.c b/src/xbt/log.c index 7d82b132c5..30d72a92e6 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -821,9 +821,10 @@ static void xbt_log_help(void) " -> warning: minor issue encountered\n" " -> error: issue encountered\n" " -> critical: major issue encountered\n" + " The default priority level is 'info'.\n" "\n" - " Format configuration: --log=CATEGORY_NAME.fmt:OPTIONS\n" - " OPTIONS may be:\n" + " Format configuration: --log=CATEGORY_NAME.fmt:FORMAT\n" + " FORMAT string may contain:\n" " -> %%%%: the %% char\n" " -> %%n: platform-dependent line separator (LOG4J compatible)\n" " -> %%e: plain old space (SimGrid extension)\n"