X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/49c66599a16037090462b50df22bc1c7f14db56b..1c874ce0965690e44734ddf63afa1f106a24f7ce:/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 adc5da593b..2a84a5d4e0 100644 --- a/src/xbt/xbt_log_layout_simple.c +++ b/src/xbt/xbt_log_layout_simple.c @@ -36,8 +36,8 @@ static char *xbt_log_layout_simple_doit(xbt_log_layout_t l, p += sprintf(res,"[");; /* Display the proc info if available */ if(strlen(xbt_procname())) - p += sprintf(p,"%s:%s:(%d):%s ", - gras_os_myname(), xbt_procname(),(*xbt_getpid)(),xbt_thread_self_name()); + p += sprintf(p,"%s:%s:(%d) ", + gras_os_myname(), xbt_procname(),(*xbt_getpid)()); /* Display the date */ p += sprintf(p,"%f] ", gras_os_time()-begin_of_time);