X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3203ed1f4fb6f4617e94d5351661ba07e8b8f833..ce6136d5f1a9ce68cfa6c968c257bd6c00c531d7:/src/xbt/xbt_log_layout_format.c diff --git a/src/xbt/xbt_log_layout_format.c b/src/xbt/xbt_log_layout_format.c index 4d08ca6bb9..b40d634cf5 100644 --- a/src/xbt/xbt_log_layout_format.c +++ b/src/xbt/xbt_log_layout_format.c @@ -130,7 +130,7 @@ static int xbt_log_layout_format_doit(xbt_log_layout_t l, show_string(SIMIX_host_self_get_name()); break; case 't': /* thread name; LOG4J compliant */ - show_string(xbt_thread_self_name()); + show_string(SIMIX_process_self_get_name()); break; case 'P': /* process name; SimGrid extension */ show_string(xbt_procname());