summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek Dasmohapatra <vivek@collabora.co.uk>2011-05-27 12:24:03 +0100
committerVivek Dasmohapatra <vivek@collabora.co.uk>2011-06-01 16:42:35 +0100
commit792507ee78a5a2b44bcd98b407c4d2b34bf4a986 (patch)
tree7c5f9ffca66640d59fc987e5c8c4c6775accec5d
parentfd85965e16c3c31bd7370c730d120c0b37d2da21 (diff)
downloadtelepathy-mission-control-792507ee78a5a2b44bcd98b407c4d2b34bf4a986.tar.gz
Hook up the built-in plugins to the new plugin debug infrastructure
-rw-r--r--plugins/mcp-dbus-aegis-acl.c6
1 files changed, 1 insertions, 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 <dbus/dbus-glib.h>
#include <telepathy-glib/interfaces.h>