[folks] Make the main debug domain 'folks' to match the backends.



commit efe8d5d6dd1497f4a23bb27323901dabb9a6406f
Author: Travis Reitter <travis reitter collabora co uk>
Date:   Tue Jan 4 10:58:15 2011 -0800

    Make the main debug domain 'folks' to match the backends.
    
    Helps bgo#638609 - libfolks hard-codes backend names for debugging

 folks/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/folks/Makefile.am b/folks/Makefile.am
index f5be30d..c18f227 100644
--- a/folks/Makefile.am
+++ b/folks/Makefile.am
@@ -5,7 +5,7 @@ AM_CPPFLAGS = \
 	-DPACKAGE_DATADIR=\"$(pkgdatadir)\" \
 	-DDATA_DIR=\"$(shareddir)\" \
 	-DBACKEND_DIR=\"$(BACKEND_DIR)\" \
-	-DG_LOG_DOMAIN=\"Core\" \
+	-DG_LOG_DOMAIN=\"folks\" \
 	$(NULL)
 
 lib_LTLIBRARIES = libfolks.la



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]