From 0b662f11a46b8c74b930f4dd54822d859c6ba81e Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 9 Oct 2012 00:02:35 +0200 Subject: [PATCH] we all love debug informations --- tools/tesh/run_context.c | 1 + 1 file changed, 1 insertion(+) 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 '!': -- 2.20.1