diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-08-18 23:56:54 +0800 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-08-18 23:57:12 +0800 |
commit | b6385d57ac531ea4dde4e6bf5478fc47924bcb07 (patch) | |
tree | 358b1bc62a565a14178b10c7d4a990bc9a74c017 /libempathy/empathy-debug.c | |
parent | 381d68e40a9ead2b8217c4f4da856c972d5d3228 (diff) | |
download | gsoc2013-empathy-b6385d57ac531ea4dde4e6bf5478fc47924bcb07.tar gsoc2013-empathy-b6385d57ac531ea4dde4e6bf5478fc47924bcb07.tar.gz gsoc2013-empathy-b6385d57ac531ea4dde4e6bf5478fc47924bcb07.tar.bz2 gsoc2013-empathy-b6385d57ac531ea4dde4e6bf5478fc47924bcb07.tar.lz gsoc2013-empathy-b6385d57ac531ea4dde4e6bf5478fc47924bcb07.tar.xz gsoc2013-empathy-b6385d57ac531ea4dde4e6bf5478fc47924bcb07.tar.zst gsoc2013-empathy-b6385d57ac531ea4dde4e6bf5478fc47924bcb07.zip |
empathy-debug: add connectivity debug key
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
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 99111deec..9d69b801c 100644 --- a/libempathy/empathy-debug.c +++ b/libempathy/empathy-debug.c @@ -49,6 +49,7 @@ static GDebugKey keys[] = { { "Ft", EMPATHY_DEBUG_FT }, { "Location", EMPATHY_DEBUG_LOCATION }, { "Other", EMPATHY_DEBUG_OTHER }, + { "Connectivity", EMPATHY_DEBUG_CONNECTIVITY }, { 0, } }; |