[Spice-devel] [spice-gtk PATCH v2 16/17] log: use "Spice" domain

Victor Toso victortoso at redhat.com
Fri Jan 8 00:51:46 PST 2016


---
 src/Makefile.am   | 2 +-
 tests/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 37b89fe..8261e0a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -80,7 +80,7 @@ KEYMAP_GEN = $(srcdir)/keymap-gen.pl
 
 SPICE_COMMON_CPPFLAGS =						\
 	-DSPICE_COMPILATION					\
-	-DG_LOG_DOMAIN=\"GSpice\"				\
+	-DG_LOG_DOMAIN=\"Spice\"				\
 	-DSPICE_NO_DEPRECATED					\
 	-DSPICE_GTK_LOCALEDIR=\"${SPICE_GTK_LOCALEDIR}\"	\
 	-DPNP_IDS=\""$(PNP_IDS)"\"				\
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 19c02b6..aaaed62 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -16,7 +16,7 @@ AM_CPPFLAGS =					\
 	$(GIO_CFLAGS)				\
 	-I$(top_srcdir)/src			\
 	-I$(top_builddir)/src			\
-	-DG_LOG_DOMAIN=\"GSpice\"		\
+	-DG_LOG_DOMAIN=\"Spice\"		\
 	$(NULL)
 
 AM_LDFLAGS = $(GIO_LIBS) -static
-- 
2.5.0



More information about the Spice-devel mailing list