Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Raise log level for this message.
[simgrid.git] / src / simix / smx_global.c
index bfed0ba..7af670a 100644 (file)
@@ -357,7 +357,7 @@ void SIMIX_run(void)
     TRACE_end();
 #endif
 
     TRACE_end();
 #endif
 
-    XBT_WARN("Oops ! Deadlock or code not perfectly clean.");
+    XBT_CRITICAL("Oops ! Deadlock or code not perfectly clean.");
     SIMIX_display_process_status();
     xbt_abort();
   }
     SIMIX_display_process_status();
     xbt_abort();
   }