From 680358a1d7c9b8f7e8c8196d6221ee0cfd55f37a Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sun, 3 Aug 2008 09:04:05 +0000 Subject: [PATCH] Display debug messages in the contact-manager tests program. svn path=/trunk/; revision=1287 --- tests/contact-manager.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/contact-manager.c b/tests/contact-manager.c index 75bfc7fa..31a60124 100644 --- a/tests/contact-manager.c +++ b/tests/contact-manager.c @@ -2,6 +2,8 @@ #include #include +#include + static gboolean time_out (gpointer main_loop) @@ -19,6 +21,7 @@ main (int argc, char **argv) g_type_init (); + empathy_debug_set_flags (g_getenv ("EMPATHY_DEBUG")); main_loop = g_main_loop_new (NULL, FALSE); manager = empathy_contact_manager_new (); -- 2.39.2