diff options
author | Vivek Dasmohapatra <vivek@collabora.co.uk> | 2011-05-26 16:59:30 +0100 |
---|---|---|
committer | Vivek Dasmohapatra <vivek@collabora.co.uk> | 2011-06-01 16:41:40 +0100 |
commit | 5a8b31db634408f9fc93fd551a2fe04e4cc1c661 (patch) | |
tree | 4868badbc953186ea1741592c586d7aa1f65fbf9 /src | |
parent | 3fc48b4258f44812722772873c647a90759d31d1 (diff) |
Initialise new plugin debug at the same time as reguar daemon debugging
Diffstat (limited to 'src')
-rw-r--r-- | src/mcd-debug.c | 1 |
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")); |