X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9746614b1eeff9ebba8ad8aeb00b5ab9824c7938:/testsuite/xbt/graphxml_usage.c..8b70d2495e2da9b7cbc603609d66695d53b990af:/teshsuite/xbt/graphxml_usage/graphxml_usage.c diff --git a/testsuite/xbt/graphxml_usage.c b/teshsuite/xbt/graphxml_usage/graphxml_usage.c similarity index 98% rename from testsuite/xbt/graphxml_usage.c rename to teshsuite/xbt/graphxml_usage/graphxml_usage.c index 5a23fbe54f..7c4fe73c33 100644 --- a/testsuite/xbt/graphxml_usage.c +++ b/teshsuite/xbt/graphxml_usage/graphxml_usage.c @@ -116,7 +116,7 @@ void test(char *graph_file) sorted = xbt_graph_topo_sort(graph); for (i = 0; i < n; i++) { if (sorted[i]) { - XBT_INFO("sorted[%lu] = %s (%p)", i, node_name(sorted[i]), sorted[i]); + XBT_INFO("sorted[%lu] = %s", i, node_name(sorted[i])); } } free(sorted);