Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : change log category name
authorMarion Guthmuller <marion.guthmuller@loria.fr>
Thu, 15 Mar 2012 12:44:57 +0000 (13:44 +0100)
committerMarion Guthmuller <marion.guthmuller@loria.fr>
Thu, 15 Mar 2012 12:44:57 +0000 (13:44 +0100)
examples/msg/mc/bugged1_liveness.c
examples/msg/mc/bugged2_liveness.c

index 3d051c9..eaeceb4 100644 (file)
@@ -14,7 +14,7 @@
 #define AMOUNT_OF_CLIENTS 2
 #define CS_PER_PROCESS 1
 
-XBT_LOG_NEW_DEFAULT_CATEGORY(example_liveness_with_cycle, "my log messages");
+XBT_LOG_NEW_DEFAULT_CATEGORY(bugged1_liveness, "my log messages");
 
 
 int r=0; 
index 9842999..47fa7e6 100644 (file)
@@ -11,7 +11,7 @@
 #include "bugged2_liveness.h"
 #include "y.tab.c"
 
-XBT_LOG_NEW_DEFAULT_CATEGORY(example_liveness_with_cycle, "my log messages");
+XBT_LOG_NEW_DEFAULT_CATEGORY(bugged2_liveness, "my log messages");
 
 char* buffer;