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
@@ -29,7 +29,7 @@
namespace HPHP {
///////////////////////////////////////////////////////////////////////////////
static const Trace::Module TRACEMOD = Trace::stat;
TRACE_SET_MOD(stat);
UNUSED static std::string statToString(const struct stat* buf) {
std::ostringstream os;