summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek Dasmohapatra <vivek@collabora.co.uk>2011-05-26 16:59:30 +0100
committerVivek Dasmohapatra <vivek@collabora.co.uk>2011-06-01 16:41:40 +0100
commit5a8b31db634408f9fc93fd551a2fe04e4cc1c661 (patch)
tree4868badbc953186ea1741592c586d7aa1f65fbf9
parent3fc48b4258f44812722772873c647a90759d31d1 (diff)
downloadtelepathy-mission-control-5a8b31db634408f9fc93fd551a2fe04e4cc1c661.tar.gz
Initialise new plugin debug at the same time as reguar daemon debugging
-rw-r--r--src/mcd-debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mcd-debug.c b/src/mcd-debug.c
index 2ad57790..350299bc 100644
--- a/src/mcd-debug.c
+++ b/src/mcd-debug.c
@@ -161,6 +161,7 @@ void mcd_debug_init ()
}
mcp_set_debug ((mcd_debug_level >= 1));
+ mcp_debug_init ();
tp_debug_divert_messages (g_getenv ("MC_LOGFILE"));