diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-10 00:35:17 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-28 00:33:42 +0800 |
commit | cac3a717a5e34df4439ec5a0660d5ffdc76a27c5 (patch) | |
tree | e05d092de96c7b3b03555d7f15ac013e18f9ef4e /libempathy/empathy-debug.c | |
parent | 50f433180ff289b9933860527f00800f77096505 (diff) | |
download | gsoc2013-empathy-cac3a717a5e34df4439ec5a0660d5ffdc76a27c5.tar gsoc2013-empathy-cac3a717a5e34df4439ec5a0660d5ffdc76a27c5.tar.gz gsoc2013-empathy-cac3a717a5e34df4439ec5a0660d5ffdc76a27c5.tar.bz2 gsoc2013-empathy-cac3a717a5e34df4439ec5a0660d5ffdc76a27c5.tar.lz gsoc2013-empathy-cac3a717a5e34df4439ec5a0660d5ffdc76a27c5.tar.xz gsoc2013-empathy-cac3a717a5e34df4439ec5a0660d5ffdc76a27c5.tar.zst gsoc2013-empathy-cac3a717a5e34df4439ec5a0660d5ffdc76a27c5.zip |
add 'voip' debug domain
Diffstat (limited to 'libempathy/empathy-debug.c')
-rw-r--r-- | libempathy/empathy-debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-debug.c b/libempathy/empathy-debug.c index 3f22c8969..487827791 100644 --- a/libempathy/empathy-debug.c +++ b/libempathy/empathy-debug.c @@ -52,6 +52,7 @@ static GDebugKey keys[] = { { "Connectivity", EMPATHY_DEBUG_CONNECTIVITY }, { "ImportMc4Accounts", EMPATHY_DEBUG_IMPORT_MC4_ACCOUNTS }, { "Tests", EMPATHY_DEBUG_TESTS }, + { "Voip", EMPATHY_DEBUG_VOIP }, { 0, } }; |