X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8a80a7488d5a9c1b57d287f939a310ee63c27583..272ccad1b68b6d9c17069f3c934886925bb15b5d:/src/xbt/xbt_log_layout_simple.c diff --git a/src/xbt/xbt_log_layout_simple.c b/src/xbt/xbt_log_layout_simple.c index aa6129037a..d42d7f56ca 100644 --- a/src/xbt/xbt_log_layout_simple.c +++ b/src/xbt/xbt_log_layout_simple.c @@ -46,9 +46,9 @@ static int xbt_log_layout_simple_doit(xbt_log_layout_t l, check_overflow(len); } else if (!procname) { - len = snprintf(p, rem_size, "%s::(%d) ", - gras_os_myname(), xbt_getpid()); - check_overflow(len); + len = snprintf(p, rem_size, "%s::(%d) ", + gras_os_myname(), xbt_getpid()); + check_overflow(len); } /* Display the date */