X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/04368034521d1f7e019fe97360d1f73eaa232557..a846b9415542cdaa8ba5d0f7efeadecb56ba7c2c:/src/instr/jedule/jedule_sd_binding.c diff --git a/src/instr/jedule/jedule_sd_binding.c b/src/instr/jedule/jedule_sd_binding.c index fc4bc95fc9..52a8398c7f 100644 --- a/src/instr/jedule/jedule_sd_binding.c +++ b/src/instr/jedule/jedule_sd_binding.c @@ -69,7 +69,7 @@ static void create_hierarchy(routing_component_t current_comp, xbt_dict_foreach(current_comp->to_index, cursor, key, network_elem) { char *hostname; - DEBUG2("key %s value %d\n", key, network_elem); + DEBUG2("key %s value %p\n", key, network_elem); //xbt_dynar_push_as(hosts, char*, key); hostname = strdup(key); xbt_dynar_push(hosts, &hostname);