Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Avoid to define log categories twice.
[simgrid.git] / examples / smpi / replay / replay.cpp
index 441c991..a71fd99 100644 (file)
@@ -10,7 +10,7 @@
 #include "xbt/str.h"
 
 #include "xbt/log.h"
-XBT_LOG_NEW_DEFAULT_CATEGORY(msg_test, "Messages specific for this msg example");
+XBT_LOG_NEW_DEFAULT_CATEGORY(replay_test, "Messages specific for this msg example");
 
 /* This shows how to extend the trace format by adding a new kind of events.
    This function is registered through xbt_replay_action_register() below. */