From: Arnaud Giersch Date: Tue, 29 Jan 2013 15:33:06 +0000 (+0100) Subject: Connect log category xbt_heap. X-Git-Tag: v3_9_90~601^2~14 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5b6ee7ed7f29670ede185d8b777278ca1133becb?hp=d0dadc425a1bea8f7186dee616761efc76911943 Connect log category xbt_heap. --- diff --git a/src/xbt/log.c b/src/xbt/log.c index 94f7c606fa..adaa919f06 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -548,6 +548,7 @@ static void xbt_log_connect_categories(void) XBT_LOG_CONNECT(xbt_ex); XBT_LOG_CONNECT(xbt_fifo); XBT_LOG_CONNECT(xbt_graph); + XBT_LOG_CONNECT(xbt_heap); XBT_LOG_CONNECT(xbt_lib); XBT_LOG_CONNECT(xbt_mallocator); XBT_LOG_CONNECT(xbt_matrix);