summaryrefslogtreecommitdiff
path: root/src/librygel-ruih
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2015-01-06 06:20:17 +0100
committerJens Georg <mail@jensge.org>2015-01-10 13:12:24 +0100
commita40fdd8080484b52c9d6acd5b5d11d7e5cb20da3 (patch)
treecd9797118cf94061513f9febbc843e7468dc6499 /src/librygel-ruih
parent7ea2c655a20311c50ceaf363fa2952f707949a3d (diff)
downloadrygel-a40fdd8080484b52c9d6acd5b5d11d7e5cb20da3.tar.gz
all: Update log domains
Set log domains to core, server, renderer in the libraries to allow better filtering using G_LOG_MESSAGES. Signed-off-by: Jens Georg <mail@jensge.org>
Diffstat (limited to 'src/librygel-ruih')
-rw-r--r--src/librygel-ruih/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librygel-ruih/Makefile.am b/src/librygel-ruih/Makefile.am
index 96877d63..bc581ac4 100644
--- a/src/librygel-ruih/Makefile.am
+++ b/src/librygel-ruih/Makefile.am
@@ -22,7 +22,7 @@ librygel_ruih_2_0_la_CFLAGS = \
$(LIBRYGEL_SERVER_DEPS_CFLAGS) \
$(RYGEL_COMMON_LIBRYGEL_CORE_CFLAGS) \
-DENGINE_DIR='"$(enginedir)"' \
- -DG_LOG_DOMAIN=\"Rygel\"
+ -DG_LOG_DOMAIN=\"RygelRuih\"
librygel_ruih_2_0_la_LIBADD = \
$(LIBRYGEL_RUIH_DEPS_LIBS) \
$(RYGEL_COMMON_LIBRYGEL_CORE_LIBS)