Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Raise log level for this message.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 4 Oct 2013 13:57:41 +0000 (15:57 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 4 Oct 2013 14:01:50 +0000 (16:01 +0200)
src/simix/smx_global.c

index bfed0ba..7af670a 100644 (file)
@@ -357,7 +357,7 @@ void SIMIX_run(void)
     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();
   }