diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2008-11-22 00:13:30 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:13:30 +0800 |
commit | fba6b1fc42e72c6c5bc18d98e34c8b2413ffe00a (patch) | |
tree | b1ff66a2178e8f7fe44056619acb92e86c1d800e /libempathy/empathy-debug.c | |
parent | 67c641765266ebee2eb47838ee25e3fc4c91d04e (diff) | |
download | gsoc2013-empathy-fba6b1fc42e72c6c5bc18d98e34c8b2413ffe00a.tar gsoc2013-empathy-fba6b1fc42e72c6c5bc18d98e34c8b2413ffe00a.tar.gz gsoc2013-empathy-fba6b1fc42e72c6c5bc18d98e34c8b2413ffe00a.tar.bz2 gsoc2013-empathy-fba6b1fc42e72c6c5bc18d98e34c8b2413ffe00a.tar.lz gsoc2013-empathy-fba6b1fc42e72c6c5bc18d98e34c8b2413ffe00a.tar.xz gsoc2013-empathy-fba6b1fc42e72c6c5bc18d98e34c8b2413ffe00a.tar.zst gsoc2013-empathy-fba6b1fc42e72c6c5bc18d98e34c8b2413ffe00a.zip |
Added file transfer debug flag. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1735
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 b0f7d1810..ec72bfcfc 100644 --- a/libempathy/empathy-debug.c +++ b/libempathy/empathy-debug.c @@ -44,6 +44,7 @@ static GDebugKey keys[] = { { "Account", EMPATHY_DEBUG_ACCOUNT }, { "Irc", EMPATHY_DEBUG_IRC }, { "Dispatcher", EMPATHY_DEBUG_DISPATCHER }, + { "Ft", EMPATHY_DEBUG_FT }, { "Other", EMPATHY_DEBUG_OTHER }, { 0, } }; |