[empathy/gnome-2-34: 2/60] debug: add SASL debug flag and key
- From: Jonny Lamb <jonnylamb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy/gnome-2-34: 2/60] debug: add SASL debug flag and key
- Date: Wed, 26 Jan 2011 14:36:48 +0000 (UTC)
commit a2973dd5a7acca3a1149f0fc59a74bb46d512935
Author: Jonny Lamb <jonnylamb gnome org>
Date: Wed Dec 1 14:39:00 2010 +0000
debug: add SASL debug flag and key
Signed-off-by: Jonny Lamb <jonnylamb gnome org>
libempathy/empathy-debug.c | 1 +
libempathy/empathy-debug.h | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libempathy/empathy-debug.c b/libempathy/empathy-debug.c
index dd507bc..4f624f8 100644
--- a/libempathy/empathy-debug.c
+++ b/libempathy/empathy-debug.c
@@ -53,6 +53,7 @@ static GDebugKey keys[] = {
{ "Tests", EMPATHY_DEBUG_TESTS },
{ "Voip", EMPATHY_DEBUG_VOIP },
{ "Tls", EMPATHY_DEBUG_TLS },
+ { "Sasl", EMPATHY_DEBUG_SASL },
{ 0, }
};
diff --git a/libempathy/empathy-debug.h b/libempathy/empathy-debug.h
index ece3af7..44e1977 100644
--- a/libempathy/empathy-debug.h
+++ b/libempathy/empathy-debug.h
@@ -47,6 +47,7 @@ typedef enum
EMPATHY_DEBUG_TESTS = 1 << 12,
EMPATHY_DEBUG_VOIP = 1 << 13,
EMPATHY_DEBUG_TLS = 1 << 14,
+ EMPATHY_DEBUG_SASL = 1 << 15,
} EmpathyDebugFlags;
gboolean empathy_debug_flag_is_set (EmpathyDebugFlags flag);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]