From: Martin Quinson Date: Tue, 7 Oct 2014 18:47:41 +0000 (+0200) Subject: missing call to XBT_LOG_CONNECT X-Git-Tag: v3_12~763 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9e770f32ff97364ed971f3d019bb200fce043169?hp=9c6f508ab05c6e42a4301a3556627765e67c6e98;ds=sidebyside missing call to XBT_LOG_CONNECT --- diff --git a/src/xbt/log.c b/src/xbt/log.c index 80394daf24..ce695aac07 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -638,6 +638,7 @@ static void xbt_log_connect_categories(void) XBT_LOG_CONNECT(mc_liveness); XBT_LOG_CONNECT(mc_memory); XBT_LOG_CONNECT(mc_memory_map); + XBT_LOG_CONNECT(mc_page_snapshot); XBT_LOG_CONNECT(mc_request); XBT_LOG_CONNECT(mc_safety); XBT_LOG_CONNECT(mc_visited);