Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Another fix for format string.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 22 Jan 2014 14:46:32 +0000 (15:46 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 22 Jan 2014 20:32:44 +0000 (21:32 +0100)
src/surf/surf_routing_cluster_torus.cpp

index ab77249..4f8bbaf 100644 (file)
@@ -187,7 +187,7 @@ void AsClusterTorus::getRouteAndLatency(RoutingEdgePtr src, RoutingEdgePtr dst,
 
                  assert(linkOffset >= 0);
                }
-               XBT_DEBUG("torus_get_route_and_latency - current_node: %lu, next_node: %lu, linkOffset is %lu",
+               XBT_DEBUG("torus_get_route_and_latency - current_node: %i, next_node: %u, linkOffset is %i",
                current_node, next_node, linkOffset);
 
                break;