summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/telepathy-logger.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/telepathy-logger.c b/src/telepathy-logger.c
index cd6daa6..e0976cd 100644
--- a/src/telepathy-logger.c
+++ b/src/telepathy-logger.c
@@ -84,9 +84,7 @@ log_handler (const gchar *log_domain,
g_log_default_handler (log_domain, log_level, message, NULL);
}
- /* messages are already sent to the debug sender in gabble_debug. */
- if (log_level != G_LOG_LEVEL_DEBUG || tp_strdiff (log_domain, G_LOG_DOMAIN))
- log_to_debug_sender (log_domain, log_level, message);
+ log_to_debug_sender (log_domain, log_level, message);
}
#endif /* ENABLE_DEBUG */