aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-chandler.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-chandler.c')
-rw-r--r--libempathy/empathy-chandler.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-chandler.c b/libempathy/empathy-chandler.c
index 5e9ca82f3..9bef4b1e1 100644
--- a/libempathy/empathy-chandler.c
+++ b/libempathy/empathy-chandler.c
@@ -29,7 +29,7 @@
#include <libtelepathy/tp-chan.h>
#include "empathy-chandler.h"
-#include "gossip-debug.h"
+#include "empathy-debug.h"
#include "empathy-marshal.h"
#define DEBUG_DOMAIN "EmpathyChandler"
@@ -100,7 +100,7 @@ empathy_chandler_new (const gchar *bus_name,
G_TYPE_INVALID,
G_TYPE_UINT, &result,
G_TYPE_INVALID)) {
- gossip_debug (DEBUG_DOMAIN,
+ empathy_debug (DEBUG_DOMAIN,
"Failed to request name: %s",
error ? error->message : "No error given");
g_clear_error (&error);