[Telepathy-commits] [telepathy-haze/master] Reinstate call to tp_debug_divert_messages accidentally removed in 48836d2a

Simon McVittie "http://smcv.pseudorandom.co.uk/" at dhansak.collabora.co.uk
Thu Oct 16 03:31:48 PDT 2008


---
 src/debug.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/debug.c b/src/debug.c
index 3771a0a..2b53123 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -58,6 +58,8 @@ haze_debug_set_flags_from_env ()
 
     if (g_getenv ("HAZE_PERSIST"))
         tp_debug_set_persistent (TRUE);
+
+    tp_debug_divert_messages (g_getenv ("HAZE_LOGFILE"));
 }
 
 
-- 
1.5.6.5




More information about the Telepathy-commits mailing list