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:
committed by
Daniel Stone
parent
14b157bdb1
commit
97030b6c6b
@@ -37,8 +37,8 @@
|
|||||||
#define MATCH_RULE "type='method_call',interface='org.x.config.input'"
|
#define MATCH_RULE "type='method_call',interface='org.x.config.input'"
|
||||||
|
|
||||||
#define MALFORMED_MSG "config: malformed message, dropping"
|
#define MALFORMED_MSG "config: malformed message, dropping"
|
||||||
#define MALFORMED_MESSAGE DebugF(MALFORMED_MSG)
|
#define MALFORMED_MESSAGE() DebugF(MALFORMED_MSG)
|
||||||
#define MALFORMED_MESSAGE_ERROR DEBUGF(MALFORMED_MSG ": %s, %s", \
|
#define MALFORMED_MESSAGE_ERROR() DebugF(MALFORMED_MSG ": %s, %s", \
|
||||||
error.name, error.message)
|
error.name, error.message)
|
||||||
|
|
||||||
static DBusConnection *configConnection = NULL;
|
static DBusConnection *configConnection = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user