[Spice-devel] [spice-common v3 06/19] don't break the build with this wip patches
Victor Toso
victortoso at redhat.com
Sat Mar 12 14:32:07 UTC 2016
---
tests/test-logging.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/test-logging.c b/tests/test-logging.c
index 94e923a..fcc63cc 100644
--- a/tests/test-logging.c
+++ b/tests/test-logging.c
@@ -19,11 +19,12 @@
#endif
#define G_LOG_DOMAIN "Spice"
-#define SPICE_LOG_DOMAIN G_LOG_DOMAIN
+//#define SPICE_LOG_DOMAIN G_LOG_DOMAIN
#include <glib.h>
#include "common/log.h"
+SPICE_LOG_DOMAIN_STATIC("test-log")
#define OTHER_LOG_DOMAIN "Other"
#define LOG_OTHER_HELPER(suffix, level) \
--
2.5.0
More information about the Spice-devel
mailing list