config: fix compilation

Accidentally built with --disable-config, didn't notice that the previous
commit to clean up the debugging broke things horribly.
This commit is contained in:
Daniel Stone 2006-10-08 17:07:05 +03:00 committed by Daniel Stone
parent 14b157bdb1
commit 97030b6c6b

View File

@ -37,8 +37,8 @@
#define MATCH_RULE "type='method_call',interface='org.x.config.input'"
#define MALFORMED_MSG "config: malformed message, dropping"
#define MALFORMED_MESSAGE DebugF(MALFORMED_MSG)
#define MALFORMED_MESSAGE_ERROR DEBUGF(MALFORMED_MSG ": %s, %s", \
#define MALFORMED_MESSAGE() DebugF(MALFORMED_MSG)
#define MALFORMED_MESSAGE_ERROR() DebugF(MALFORMED_MSG ": %s, %s", \
error.name, error.message)
static DBusConnection *configConnection = NULL;