From 24a475be5e6be07d3585b68beef940d6b7a44133 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Wed, 22 Jan 2014 12:11:42 +0100 Subject: [PATCH 1/1] change log level for a message --- src/surf/surf_routing_cluster_torus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/surf/surf_routing_cluster_torus.cpp b/src/surf/surf_routing_cluster_torus.cpp index c16646dfa4..8b7a77197e 100644 --- a/src/surf/surf_routing_cluster_torus.cpp +++ b/src/surf/surf_routing_cluster_torus.cpp @@ -109,7 +109,7 @@ void AsClusterTorus::parse_specific_arguments(sg_platf_cluster_cbarg_t cluster){ void AsClusterTorus::getRouteAndLatency(RoutingEdgePtr src, RoutingEdgePtr dst, sg_platf_route_cbarg_t route, double *lat){ - XBT_INFO("torus_get_route_and_latency from '%s'[%d] to '%s'[%d]", + XBT_VERB("torus_get_route_and_latency from '%s'[%d] to '%s'[%d]", src->p_name,src->m_id, dst->p_name,dst->m_id); -- 2.20.1