summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Alfarano <cosimo.alfarano@collabora.co.uk>2010-02-22 14:32:47 +0000
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2010-02-25 11:27:58 +1100
commit1f2ff73875abc4848f2d1cd02c2ce939787329d8 (patch)
treeeef190dddfb7f3a02c53ef58c77d0d01120dd98d
parent16399fba93ebc677ff6337e058d54fb20b5dbd62 (diff)
downloadtelepathy-logger-1f2ff73875abc4848f2d1cd02c2ce939787329d8.tar.gz
Changed from libtelepathy-logger to tp-logger the id used by debugger to log messages
It's shorter and similar to telepathy-glib, which uses tp-glib
-rw-r--r--telepathy-logger/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-logger/Makefile.am b/telepathy-logger/Makefile.am
index affb05c..b523769 100644
--- a/telepathy-logger/Makefile.am
+++ b/telepathy-logger/Makefile.am
@@ -5,7 +5,7 @@ AM_CPPFLAGS = \
-I$(top_builddir) \
-I$(top_srcdir) \
$(ERROR_CFLAGS) \
- -DG_LOG_DOMAIN=\"libtelepathy-logger\" \
+ -DG_LOG_DOMAIN=\"tp-logger\" \
$(LIBTPL_CFLAGS) \
$(DISABLE_DEPRECATED) \
$(WARN_CFLAGS)