X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Ftext%2FbatchAnalysis.c;h=12dea8d53bc2c0b1992651ee500f3123372b7cc8;hb=b1794effb12e2cc4c0c67dbf661792b86588f694;hp=c9e2901788eae6152931f4f1e6f292390e83fc53;hpb=4ec0c90410f2c28ec11fc20a0acf28ce30a97950;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/text/batchAnalysis.c b/ltt/branches/poly/lttv/modules/text/batchAnalysis.c index c9e29017..12dea8d5 100644 --- a/ltt/branches/poly/lttv/modules/text/batchAnalysis.c +++ b/ltt/branches/poly/lttv/modules/text/batchAnalysis.c @@ -91,7 +91,7 @@ static gboolean process_traceset(void *hook_data, void *call_data) LTTV_POINTER, &value_filter)); *(value_filter.v_pointer) = lttv_filter_new(); - g_debug("Filter string: %s",((GString*)*(value_expression.v_pointer))->str); + //g_debug("Filter string: %s",((GString*)*(value_expression.v_pointer))->str); lttv_filter_append_expression(*(value_filter.v_pointer),((GString*)*(value_expression.v_pointer))->str);