Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Mon, 26 Mar 2018 11:48:01 +0000 (13:48 +0200)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Mon, 26 Mar 2018 11:48:01 +0000 (13:48 +0200)
examples/msg/trace-host-user-variables/trace-host-user-variables.c
examples/msg/trace-host-user-variables/trace-host-user-variables.tesh

index 4917717..9abbad2 100644 (file)
@@ -88,7 +88,7 @@ int main(int argc, char *argv[])
   }
   xbt_dynar_t edges_type = TRACE_get_edge_types ();
   if (edges_type){
-    XBT_INFO ("Node types in the trace:");
+    XBT_INFO("Edge types in the trace:");
     char *edge_type;
     xbt_dynar_foreach (edges_type, cursor, edge_type){
       XBT_INFO ("%s", edge_type);
index be7db02..370a3dc 100644 (file)
@@ -11,7 +11,7 @@ $ $SG_TEST_EXENV ${bindir:=.}/trace-host-user-variables$EXEEXT --cfg=tracing:yes
 > [0.004078] [msg_test/INFO] Node types in the trace:
 > [0.004078] [msg_test/INFO] HOST
 > [0.004078] [msg_test/INFO] LINK
-> [0.004078] [msg_test/INFO] Node types in the trace:
+> [0.004078] [msg_test/INFO] Edge types in the trace:
 > [0.004078] [msg_test/INFO] 0-HOST1-LINK3
 > [0.004078] [msg_test/INFO] 0-LINK3-HOST1
 > [0.004078] [msg_test/INFO] 0-LINK3-LINK3