[telepathy-gabble/master] Add a debug flag for plugins
Will Thompson
will.thompson at collabora.co.uk
Fri Nov 27 08:31:34 PST 2009
---
src/debug.c | 1 +
src/debug.h | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/debug.c b/src/debug.c
index e2e6894..ad180b5 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -38,6 +38,7 @@ static GDebugKey keys[] = {
{ "file-transfer", GABBLE_DEBUG_FT },
{ "search", GABBLE_DEBUG_SEARCH },
{ "base-channel", GABBLE_DEBUG_BASE_CHANNEL },
+ { "plugins", GABBLE_DEBUG_PLUGINS },
{ 0, },
};
diff --git a/src/debug.h b/src/debug.h
index d274ae2..5eacff6 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -32,6 +32,7 @@ typedef enum
GABBLE_DEBUG_FT = 1 << 18,
GABBLE_DEBUG_SEARCH = 1 << 19,
GABBLE_DEBUG_BASE_CHANNEL = 1 << 20,
+ GABBLE_DEBUG_PLUGINS = 1 << 21
} GabbleDebugFlags;
void gabble_debug_set_flags_from_env (void);
--
1.5.6.5
More information about the telepathy-commits
mailing list