From edd05ae9d671c9209d630c68a1aff5c5cca8ee32 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 20 Nov 2008 08:16:52 -0500 Subject: Start conversion from a fork() and live to a fork()/exec() model. To start the dameon now you need to pass the option -s monitor Still have some problems communicating with children. --- server/sbus/sssd_dbus_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/sbus/sssd_dbus_common.c') diff --git a/server/sbus/sssd_dbus_common.c b/server/sbus/sssd_dbus_common.c index 0ea66ccb3..5e724a3ac 100644 --- a/server/sbus/sssd_dbus_common.c +++ b/server/sbus/sssd_dbus_common.c @@ -22,7 +22,7 @@ struct timeval _dbus_timeout_get_interval_tv(int interval) { void sbus_remove_watch(DBusWatch *watch, void *data) { struct fd_event *fde; - DEBUG(2, ("%lX\n", watch)); + DEBUG(5, ("%lX\n", watch)); fde = talloc_get_type(dbus_watch_get_data(watch), struct fd_event); /* Freeing the event object will remove it from the event loop */ -- cgit