Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[CMAKE] SMPI: Merge commands for .c/.cpp files
[simgrid.git] / examples / msg / trace-host-user-variables / trace-host-user-variables.c
index 4917717..27e9248 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010, 2012-2017. The SimGrid Team. All rights reserved.    */
+/* Copyright (c) 2010-2018. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -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);