aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libempathy/empathy-debug.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-debug.c b/libempathy/empathy-debug.c
index 75900f4ad..4f5678d4e 100644
--- a/libempathy/empathy-debug.c
+++ b/libempathy/empathy-debug.c
@@ -21,6 +21,8 @@
#include "config.h"
#include "empathy-debug.h"
+#include <tp-account-widgets/tpaw-debug.h>
+
#ifdef ENABLE_DEBUG
static EmpathyDebugFlags flags = 0;
@@ -59,6 +61,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));