summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Toso <victortoso@redhat.com>2016-03-12 12:15:50 +0100
committerVictor Toso <victortoso@redhat.com>2016-03-12 14:38:51 +0100
commitf99a7c612e1ecf33e6e49f2a1ee0d1be1e89504c (patch)
treee687d48378e08840112203a1798443f408434e1b
parent0d59bddc873d3cf30be2f8904178554f7c85a708 (diff)
don't break the build with this wip patcheslogs
-rw-r--r--tests/test-logging.c3
1 files changed, 2 insertions, 1 deletions
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) \