X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8f12c0e9161fabfd7e0ab3f3688546ec7e237e51..6a6157abf9619875297ff1d16c1e5c63c526d4c1:/src/surf/network_im.c?ds=sidebyside diff --git a/src/surf/network_im.c b/src/surf/network_im.c index 08b26a6e9a..86e53b4e91 100644 --- a/src/surf/network_im.c +++ b/src/surf/network_im.c @@ -668,7 +668,7 @@ static surf_action_t im_net_communicate(const char *src_name, /* LARGE PLATFORMS HACK: total_route_size = route_size + src->link_nb + dst->nb */ - XBT_IN_F("(%s,%s,%g,%g)", src_name, dst_name, size, rate); + XBT_IN("(%s,%s,%g,%g)", src_name, dst_name, size, rate); /* LARGE PLATFORMS HACK: assert on total_route_size */ xbt_assert2(xbt_dynar_length(route), @@ -791,7 +791,7 @@ static surf_action_t im_net_communicate(const char *src_name, #endif xbt_dynar_free(&route); - XBT_OUT; + XBT_OUT(); return (surf_action_t) action; }