Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make jedule compilable with all warning flags
[simgrid.git] / src / instr / jedule / jedule_sd_binding.c
index fc4bc95..52a8398 100644 (file)
@@ -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);