[Spice-devel] [spice-common v3 05/19] log: Disable multiple domains in Spice

Victor Toso victortoso at redhat.com
Sat Mar 12 14:32:06 UTC 2016


Now that we can filter by subdomain, there is no need to allow multiple
log domains within Spice code.
---
 common/log.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/common/log.h b/common/log.h
index 64e6377..adc3749 100644
--- a/common/log.h
+++ b/common/log.h
@@ -26,9 +26,7 @@
 
 SPICE_BEGIN_DECLS
 
-#ifndef SPICE_LOG_DOMAIN
 #define SPICE_LOG_DOMAIN "Spice"
-#endif
 
 #define SPICE_STRLOC  __FILE__ ":" G_STRINGIFY (__LINE__)
 
-- 
2.5.0



More information about the Spice-devel mailing list