Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill another GRAS leftover: SG/RL thread portability layer
[simgrid.git] / src / xbt / xbt_log_layout_format.c
index 4d08ca6..b40d634 100644 (file)
@@ -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());