[Spice-devel] [PATCH spice-gtk v2] tools: Enable debugs
Pavel Grunt
pgrunt at redhat.com
Tue Mar 14 15:21:25 UTC 2017
the missing log domain caused that spicy's debug messages
were not printed
---
tools/Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/Makefile.am b/tools/Makefile.am
index c80d34a..1ec8d5a 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -2,6 +2,7 @@ bin_PROGRAMS = spicy-stats spicy-screenshot
TOOLS_CPPFLAGS = \
-DSPICE_COMPILATION \
+ -DG_LOG_DOMAIN=\"GSpice\" \
-I$(top_builddir)/src \
-I$(top_srcdir) \
-I$(top_srcdir)/src \
--
2.12.0
More information about the Spice-devel
mailing list