From: Arnaud Giersch Date: Mon, 8 Apr 2013 15:50:04 +0000 (+0200) Subject: Add missing calls to XBT_LOG_CONNECT. X-Git-Tag: v3_9_90~412^2~29 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/58ae601977a023a00e273fa6ac8e451a6a7417f0?hp=b70f72945a9cf30aee4d6ee74c510e9553f9a620;ds=sidebyside Add missing calls to XBT_LOG_CONNECT. --- diff --git a/src/xbt/log.c b/src/xbt/log.c index a0897143ee..cfc8175c7a 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -582,6 +582,7 @@ static void xbt_log_connect_categories(void) XBT_LOG_CONNECT(instr_config); XBT_LOG_CONNECT(instr_msg); XBT_LOG_CONNECT(instr_msg_process); + XBT_LOG_CONNECT(instr_msg_vm); XBT_LOG_CONNECT(instr_paje_containers); XBT_LOG_CONNECT(instr_paje_header); XBT_LOG_CONNECT(instr_paje_trace); @@ -589,6 +590,7 @@ static void xbt_log_connect_categories(void) XBT_LOG_CONNECT(instr_paje_values); XBT_LOG_CONNECT(instr_resource); XBT_LOG_CONNECT(instr_routing); + XBT_LOG_CONNECT(instr_sd); XBT_LOG_CONNECT(instr_surf); #endif