From: Arnaud Giersch Date: Tue, 29 Jan 2013 15:33:06 +0000 (+0100) Subject: Connect log category xbt_heap. X-Git-Tag: v3_9_rc1~44 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/73da83c4318087e842fe48c2faff661087895cd2 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);