X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ea74f5d95928a521a588737e81f1de94eef25d19..040d8fa855d2b6ac9884f68108a09b935570be21:/examples/smpi/replay/replay.cpp diff --git a/examples/smpi/replay/replay.cpp b/examples/smpi/replay/replay.cpp index 1d37b5a6c7..4fdc7232c0 100644 --- a/examples/smpi/replay/replay.cpp +++ b/examples/smpi/replay/replay.cpp @@ -10,7 +10,7 @@ #include "xbt/str.h" #include "xbt/log.h" -XBT_LOG_NEW_DEFAULT_CATEGORY(replay_test, "Messages specific for this msg example"); +XBT_LOG_NEW_DEFAULT_CATEGORY(replay_test, "Messages specific for this 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. */