X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4365fa8e81736673eae923310a05cdbf78ec88d8..649ff8bac9ec72bc9321a7b21843cd41f7b7e7bc:/src/xbt/log.c diff --git a/src/xbt/log.c b/src/xbt/log.c index 7547f323c9..c690e8ba2a 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -721,9 +721,7 @@ static void xbt_log_connect_categories(void) XBT_LOG_CONNECT(surf_network_gtnets_topology); #endif #ifdef HAVE_NS3 - XBT_LOG_CONNECT(surf_network_ns3); - XBT_LOG_CONNECT(interface_ns3); - XBT_LOG_CONNECT(simulator_ns3); + XBT_LOG_CONNECT(ns3); #endif XBT_LOG_CONNECT(surf_parse); XBT_LOG_CONNECT(surf_route);