summaryrefslogtreecommitdiff
path: root/src/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug.h')
-rw-r--r--src/debug.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/debug.h b/src/debug.h
index 135ec385..9e97ed3d 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -31,8 +31,9 @@ typedef enum
DEBUG_TUBES = 1 << 16,
DEBUG_XCM = 1 << 17,
DEBUG_DISCOVERY = 1 << 18,
- DEBUG_FT = 1 << 19,
- DEBUG_PLUGIN = 1 << 20,
+ DEBUG_OLPC_ACTIVITY = 1 << 19,
+ DEBUG_FT = 1 << 20,
+ DEBUG_PLUGIN = 1 << 21,
} DebugFlags;
void debug_set_flags_from_env (void);