From: Augustin Degomme Date: Wed, 22 Jan 2014 11:11:42 +0000 (+0100) Subject: change log level for a message X-Git-Tag: v3_11_beta~127 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/24a475be5e6be07d3585b68beef940d6b7a44133 change log level for a message --- 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);