http://git-wip-us.apache.org/repos/asf/trafficserver/blob/abf767ed/proxy/http/HttpTransact.h ---------------------------------------------------------------------- diff --git a/proxy/http/HttpTransact.h b/proxy/http/HttpTransact.h index 19fe662..4a51fff 100644 --- a/proxy/http/HttpTransact.h +++ b/proxy/http/HttpTransact.h @@ -83,7 +83,7 @@ #define TRANSACT_RETURN(n, r) \ s->next_action = n; \ s->transact_return_point = r; \ -Debug("http_trans", "Next action %s; %s", #n, #r); \ +DebugSpecific((s->state_machine && s->state_machine->debug_on), "http_trans", "Next action %s; %s", #n, #r); \ return; \ #define SET_UNPREPARE_CACHE_ACTION(C) \
