From 58ae601977a023a00e273fa6ac8e451a6a7417f0 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Mon, 8 Apr 2013 17:50:04 +0200 Subject: [PATCH] Add missing calls to XBT_LOG_CONNECT. --- src/xbt/log.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.20.1