From: Arnaud Giersch Date: Tue, 27 May 2014 09:46:56 +0000 (+0200) Subject: Connect new log category. X-Git-Tag: v3_11~34^2~4 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/fe62ae67ee286061bd81802012baccda8c35b2fd Connect new log category. --- diff --git a/src/xbt/log.c b/src/xbt/log.c index 06214ef482..ba67a7d523 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -714,6 +714,7 @@ static void xbt_log_connect_categories(void) XBT_LOG_CONNECT(surf_route_cluster); XBT_LOG_CONNECT(surf_route_cluster_torus); XBT_LOG_CONNECT(surf_route_dijkstra); + XBT_LOG_CONNECT(surf_route_fat_tree); XBT_LOG_CONNECT(surf_route_floyd); XBT_LOG_CONNECT(surf_route_full); XBT_LOG_CONNECT(surf_route_none);