Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill french dupplicate of the log documentation now that the doxygen one is in place
[simgrid.git] / src / xbt / log_default_appender.c
index cfe919c..cdf659c 100644 (file)
@@ -39,7 +39,7 @@ xbt_log_appender_t xbt_log_default_appender  = &xbt_log_appender_file;
 static const char* xbt_logappender_verbose_information(void) {
   static char buffer[256];
 
-  if(strlen(gras_os_myname()))
+  if(strlen(xbt_procname()))
     sprintf(buffer,"%s:%s:(%d) %g", gras_os_myname(),
            xbt_procname(),gras_os_getpid(),gras_os_time());
   else