From: compudj Date: Tue, 12 Sep 2006 21:58:18 +0000 (+0000) Subject: temp debug remove X-Git-Tag: v0.12.20~1395 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=0d464d166ab6765ddfd89ca27e297aaf0a9c78ad;p=lttv.git temp debug remove git-svn-id: http://ltt.polymtl.ca/svn@2094 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/lttv/lttv/state.c b/ltt/branches/poly/lttv/lttv/state.c index 0a48ada6..de2f16ed 100644 --- a/ltt/branches/poly/lttv/lttv/state.c +++ b/ltt/branches/poly/lttv/lttv/state.c @@ -1632,26 +1632,12 @@ static void pop_state(LttvTracefileState *tfs, LttvExecutionMode t) g_quark_to_string(process->name), g_quark_to_string(process->brand), g_quark_to_string(process->state->s)); - g_printf("MATD1 Different execution mode type (%lu.%09lu): ignore it\n", - tfs->parent.timestamp.tv_sec, tfs->parent.timestamp.tv_nsec); - g_printf("MATD1 process state has %s when pop_int is %s\n", - g_quark_to_string(process->state->t), - g_quark_to_string(t)); - g_printf("MATD1 { %u, %u, %s, %s, %s }\n", - process->pid, - process->ppid, - g_quark_to_string(process->name), - g_quark_to_string(process->brand), - g_quark_to_string(process->state->s)); - return; } if(depth == 1){ g_info("Trying to pop last state on stack (%lu.%09lu): ignore it\n", tfs->parent.timestamp.tv_sec, tfs->parent.timestamp.tv_nsec); - g_printf("MATD1 Trying to pop last state on stack (%lu.%09lu): ignore it\n", - tfs->parent.timestamp.tv_sec, tfs->parent.timestamp.tv_nsec); return; }