From: Martin Quinson Date: Mon, 8 Oct 2012 22:02:35 +0000 (+0200) Subject: we all love debug informations X-Git-Tag: v3_8~99^2~6 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0b662f11a46b8c74b930f4dd54822d859c6ba81e?hp=3261a9f4db993fa8854eb68bd0a2b0d7a5355480 we all love debug informations --- diff --git a/tools/tesh/run_context.c b/tools/tesh/run_context.c index ea3ec6e47a..dc2ae04cdc 100644 --- a/tools/tesh/run_context.c +++ b/tools/tesh/run_context.c @@ -325,6 +325,7 @@ void rctx_pushline(const char *filepos, char kind, char *line) rctx->is_empty = 0; xbt_strbuff_append(rctx->output_wanted, line); xbt_strbuff_append(rctx->output_wanted, "\n"); + XBT_DEBUG("wanted:%s",rctx->output_wanted->data); break; case '!':