From 0396ffe802dc32dc48c9d0ac3b22efc8217a98b3 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 31 Oct 2008 15:51:08 -0400 Subject: Moved method handling into sssd_dbus_connection.c. Added support for handling multiple D-BUS paths in a connection. Added support for per-connection method setup. Added support for per-connection specialized destructors. Added mandatory getIdentity call for all services connecting to the monitor. If they do not present an identity (expose the getIdentity method and respond with name and version), they are dropped immediately. Other minor fixes. --- server/util/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/util') diff --git a/server/util/debug.c b/server/util/debug.c index 0814bb7b6..403ec8d2d 100644 --- a/server/util/debug.c +++ b/server/util/debug.c @@ -3,7 +3,7 @@ #include #include -int debug_level = 2; +int debug_level = 3; void debug_fn(const char *format, ...) { -- cgit