aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-debug.c')
-rw-r--r--libempathy/empathy-debug.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libempathy/empathy-debug.c b/libempathy/empathy-debug.c
index 09573c39a..d919743eb 100644
--- a/libempathy/empathy-debug.c
+++ b/libempathy/empathy-debug.c
@@ -19,9 +19,10 @@
*/
#include "config.h"
-
#include "empathy-debug.h"
+#include <tp-account-widgets/tpaw-debug.h>
+
#ifdef ENABLE_DEBUG
static EmpathyDebugFlags flags = 0;
@@ -31,7 +32,6 @@ static GDebugKey keys[] = {
{ "Chat", EMPATHY_DEBUG_CHAT },
{ "Contact", EMPATHY_DEBUG_CONTACT },
{ "Account", EMPATHY_DEBUG_ACCOUNT },
- { "Irc", EMPATHY_DEBUG_IRC },
{ "Dispatcher", EMPATHY_DEBUG_DISPATCHER },
{ "Ft", EMPATHY_DEBUG_FT },
{ "Location", EMPATHY_DEBUG_LOCATION },
@@ -60,6 +60,7 @@ empathy_debug_set_flags (const gchar *flags_string)
for (nkeys = 0; keys[nkeys].value; nkeys++);
tp_debug_set_flags (flags_string);
+ tpaw_debug_set_flags (flags_string);
if (flags_string)
debug_set_flags (g_parse_debug_string (flags_string, keys, nkeys));