use TRACE_SET_MOD

I found this macro while refactoring and since I like consistency, I used it everywhere.
Esse commit está contido em:
Paul Tarjan
2013-06-09 21:21:23 -07:00
commit de sgolemon
commit 8cf6ccb00a
22 arquivos alterados com 24 adições e 24 exclusões
+1 -1
Ver Arquivo
@@ -25,7 +25,7 @@ namespace HPHP {
///////////////////////////////////////////////////////////////////////////////
// Static strings.
static const Trace::Module TRACEMOD = Trace::runtime;
TRACE_SET_MOD(runtime);
static StaticString s_rewind("rewind");
static StaticString s_valid("valid");