[telepathy-gabble/master] Add a debug flag for contact search.
Will Thompson
will.thompson at collabora.co.uk
Wed Aug 26 09:21:42 PDT 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 1555eb6..f2697fd 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -37,6 +37,7 @@ static GDebugKey keys[] = {
{ "tubes", GABBLE_DEBUG_TUBES },
{ "location", GABBLE_DEBUG_LOCATION },
{ "file-transfer", GABBLE_DEBUG_FT },
+ { "search", GABBLE_DEBUG_SEARCH },
{ 0, },
};
diff --git a/src/debug.h b/src/debug.h
index f19b7ea..e060507 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -30,6 +30,7 @@ typedef enum
GABBLE_DEBUG_BYTESTREAM = 1 << 16,
GABBLE_DEBUG_LOCATION = 1 << 17,
GABBLE_DEBUG_FT = 1 << 18,
+ GABBLE_DEBUG_SEARCH = 1 << 19,
} GabbleDebugFlags;
void gabble_debug_set_flags_from_env (void);
--
1.5.6.5
More information about the telepathy-commits
mailing list