From: Arnaud Giersch Date: Wed, 22 Jan 2014 14:45:51 +0000 (+0100) Subject: Connect another new log category. X-Git-Tag: v3_11_beta~120^2~18 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2f294c4b59f922f3e15494d33296667a425347bb Connect another new log category. --- diff --git a/src/xbt/log.c b/src/xbt/log.c index 2f7ba6b400..952429d335 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -1,6 +1,6 @@ /* log - a generic logging facility in the spirit of log4j */ -/* Copyright (c) 2004-2013. The SimGrid Team. +/* Copyright (c) 2004-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -701,6 +701,7 @@ static void xbt_log_connect_categories(void) XBT_LOG_CONNECT(surf_route); XBT_LOG_CONNECT(surf_routing_generic); XBT_LOG_CONNECT(surf_route_cluster); + XBT_LOG_CONNECT(surf_route_cluster_torus); XBT_LOG_CONNECT(surf_route_dijkstra); XBT_LOG_CONNECT(surf_route_floyd); XBT_LOG_CONNECT(surf_route_full);