diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-12-18 21:58:56 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-12-18 21:59:27 +0800 |
commit | 6cc05c13a047c904df1b615075c826a12b351359 (patch) | |
tree | 4cc387cb1d9cd1f7f5a23b85405ddbe54e2319d0 /libempathy | |
parent | 650117104f4e23cd2739e2e623dce070c0e02c33 (diff) | |
download | gsoc2013-empathy-6cc05c13a047c904df1b615075c826a12b351359.tar gsoc2013-empathy-6cc05c13a047c904df1b615075c826a12b351359.tar.gz gsoc2013-empathy-6cc05c13a047c904df1b615075c826a12b351359.tar.bz2 gsoc2013-empathy-6cc05c13a047c904df1b615075c826a12b351359.tar.lz gsoc2013-empathy-6cc05c13a047c904df1b615075c826a12b351359.tar.xz gsoc2013-empathy-6cc05c13a047c904df1b615075c826a12b351359.tar.zst gsoc2013-empathy-6cc05c13a047c904df1b615075c826a12b351359.zip |
tp-call: set debug domain to voip
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-tp-call.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-call.c b/libempathy/empathy-tp-call.c index 9d52075ff..31b4fe9e4 100644 --- a/libempathy/empathy-tp-call.c +++ b/libempathy/empathy-tp-call.c @@ -31,7 +31,7 @@ #include "empathy-utils.h" #include "empathy-marshal.h" -#define DEBUG_FLAG EMPATHY_DEBUG_TP +#define DEBUG_FLAG EMPATHY_DEBUG_VOIP #include "empathy-debug.h" #define GET_PRIV(obj) EMPATHY_GET_PRIV (obj, EmpathyTpCall) |