From 6a3b1c86082daac913e600fa38960ea106bba619 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 11 Oct 2012 09:18:24 +0200 Subject: [PATCH] try to get /some/ info from the cdash by not intentionaly breaking the tesh files --- src/xbt/mmalloc/mm_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xbt/mmalloc/mm_module.c b/src/xbt/mmalloc/mm_module.c index 87bbb8a79b..8f538f19e5 100644 --- a/src/xbt/mmalloc/mm_module.c +++ b/src/xbt/mmalloc/mm_module.c @@ -355,6 +355,6 @@ void check_fraghead(struct mdesc *mdp){ } } - fprintf(stderr, "check fraghead ok\n"); + //fprintf(stderr, "check fraghead ok\n"); } -- 2.20.1