From: Xavier Claessens Date: Sun, 3 Aug 2008 09:04:05 +0000 (+0000) Subject: Display debug messages in the contact-manager tests program. X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=680358a1d7c9b8f7e8c8196d6221ee0cfd55f37a Display debug messages in the contact-manager tests program. svn path=/trunk/; revision=1287 --- 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 ();