From fe14f3ddbb0f7624e767dfc5ee52e7ed11c3fbdc Mon Sep 17 00:00:00 2001 From: cristianrosa Date: Wed, 26 Jan 2011 13:54:22 +0000 Subject: [PATCH] Debug generation clean-ups. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9504 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/mc/mc_dpor.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/mc/mc_dpor.c b/src/mc/mc_dpor.c index b16f19fba3..26b46e06a5 100644 --- a/src/mc/mc_dpor.c +++ b/src/mc/mc_dpor.c @@ -80,12 +80,7 @@ void MC_dpor(void) /* Debug information */ if(XBT_LOG_ISENABLED(mc_dpor, xbt_log_priority_debug)){ req_str = MC_request_to_string(req, value); - if(req->call == REQ_COMM_WAITANY) - DEBUG3("Execute: %s (%u of %lu)", req_str, value, xbt_dynar_length(req->comm_waitany.comms)); - else if(req->call == REQ_COMM_TESTANY) - DEBUG3("Execute: %s (%u of %lu)", req_str, value, xbt_dynar_length(req->comm_testany.comms)); - else - DEBUG1("Execute: %s", req_str); + DEBUG1("Execute: %s", req_str); xbt_free(req_str); } -- 2.20.1