diff options
Diffstat (limited to 'libempathy/empathy-debug.c')
-rw-r--r-- | libempathy/empathy-debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-debug.c b/libempathy/empathy-debug.c index 16d61c37c..b0f7d1810 100644 --- a/libempathy/empathy-debug.c +++ b/libempathy/empathy-debug.c @@ -43,7 +43,7 @@ static GDebugKey keys[] = { { "Contact", EMPATHY_DEBUG_CONTACT }, { "Account", EMPATHY_DEBUG_ACCOUNT }, { "Irc", EMPATHY_DEBUG_IRC }, - { "Filter", EMPATHY_DEBUG_FILTER }, + { "Dispatcher", EMPATHY_DEBUG_DISPATCHER }, { "Other", EMPATHY_DEBUG_OTHER }, { 0, } }; |