From 792507ee78a5a2b44bcd98b407c4d2b34bf4a986 Mon Sep 17 00:00:00 2001 From: Vivek Dasmohapatra Date: Fri, 27 May 2011 12:24:03 +0100 Subject: Hook up the built-in plugins to the new plugin debug infrastructure --- plugins/mcp-dbus-aegis-acl.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/plugins/mcp-dbus-aegis-acl.c b/plugins/mcp-dbus-aegis-acl.c index 1f5b1b4e..fc0daabb 100644 --- a/plugins/mcp-dbus-aegis-acl.c +++ b/plugins/mcp-dbus-aegis-acl.c @@ -26,11 +26,7 @@ #endif #define G_LOG_DOMAIN "mission-control-DBus-Access-ACL" -#ifdef ENABLE_DEBUG -#define DEBUG(_f, ...) g_debug ("%s: " _f, G_STRLOC, ##__VA_ARGS__) -#else -#define DEBUG(_f, ...) do {} while (0) -#endif +#define DEBUG(_f, ...) MCP_DEBUG (MCP_DEBUG_DBUS_ACL, _f, ##__VA_ARGS__) #include #include -- cgit v1.2.1