X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3f27f409dbb1f21cde182648696386708838c883..eedf2eb72bed8362f177c4cda8ecade438b7279f:/examples/msg/trace-host-user-variables/trace-host-user-variables.c diff --git a/examples/msg/trace-host-user-variables/trace-host-user-variables.c b/examples/msg/trace-host-user-variables/trace-host-user-variables.c index 49177174e6..27e924840a 100644 --- a/examples/msg/trace-host-user-variables/trace-host-user-variables.c +++ b/examples/msg/trace-host-user-variables/trace-host-user-variables.c @@ -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);