diff options
author | Pierre-Luc Beaudoin <pierre-luc@pierlux.com> | 2008-11-29 05:43:40 +0800 |
---|---|---|
committer | Pierre-Luc Beaudoin <pierre-luc@pierlux.com> | 2009-05-08 01:37:01 +0800 |
commit | 80c31561d6d867ccbfaa2aa53f4bfdff1dc631c1 (patch) | |
tree | 2f8f0e25fcad29f5121537b5911717786e7bce9c /libempathy/empathy-debug.c | |
parent | c46629ff522f239a5f5459ac6e96ab1ed2015354 (diff) | |
download | gsoc2013-empathy-80c31561d6d867ccbfaa2aa53f4bfdff1dc631c1.tar gsoc2013-empathy-80c31561d6d867ccbfaa2aa53f4bfdff1dc631c1.tar.gz gsoc2013-empathy-80c31561d6d867ccbfaa2aa53f4bfdff1dc631c1.tar.bz2 gsoc2013-empathy-80c31561d6d867ccbfaa2aa53f4bfdff1dc631c1.tar.lz gsoc2013-empathy-80c31561d6d867ccbfaa2aa53f4bfdff1dc631c1.tar.xz gsoc2013-empathy-80c31561d6d867ccbfaa2aa53f4bfdff1dc631c1.tar.zst gsoc2013-empathy-80c31561d6d867ccbfaa2aa53f4bfdff1dc631c1.zip |
Add Location 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 ec72bfcfc..bcfa25deb 100644 --- a/libempathy/empathy-debug.c +++ b/libempathy/empathy-debug.c @@ -45,6 +45,7 @@ static GDebugKey keys[] = { { "Irc", EMPATHY_DEBUG_IRC }, { "Dispatcher", EMPATHY_DEBUG_DISPATCHER }, { "Ft", EMPATHY_DEBUG_FT }, + { "Location", EMPATHY_DEBUG_LOCATION }, { "Other", EMPATHY_DEBUG_OTHER }, { 0, } }; |