summaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/trace.hh2
-rw-r--r--base/traceflags.py6
2 files changed, 2 insertions, 6 deletions
diff --git a/base/trace.hh b/base/trace.hh
index e49d7aa61..948bff548 100644
--- a/base/trace.hh
+++ b/base/trace.hh
@@ -43,7 +43,7 @@
#endif
#endif
-#include "base/trace_flags.hh"
+#include "base/traceflags.hh"
namespace Trace {
diff --git a/base/traceflags.py b/base/traceflags.py
index 79a54445e..b7b7fa777 100644
--- a/base/traceflags.py
+++ b/base/traceflags.py
@@ -134,11 +134,7 @@ import sys
# extract just the compound flag names into a list
compoundFlags = []
compoundFlags.extend(compoundFlagMap.keys())
-#for flags in compoundFlagMap.keys():
-# compoundFlags.append(flags)
-print 'compound', compoundFlags
compoundFlags.sort()
-print 'compound', compoundFlags
#
# First generate the header file. This defines the Flag enum
@@ -288,7 +284,7 @@ print >>ccfile, '''\
* Automatically generated from traceflags.pl.
*/
-#include "base/trace_flags.hh"
+#include "base/traceflags.hh"
using namespace Trace;