From 133eafbed79bb1ca27604c4fea122b55ec998e9d Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 26 Jan 2009 10:36:18 -0500 Subject: Add skeleton for InfoPipe service --- server/monitor/monitor.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/monitor') diff --git a/server/monitor/monitor.c b/server/monitor/monitor.c index 75742eab..f441403d 100644 --- a/server/monitor/monitor.c +++ b/server/monitor/monitor.c @@ -595,6 +595,8 @@ static void identity_check(DBusPendingCall *pending, void *data) svc->mt_conn = fake_svc->mt_conn; talloc_free(fake_svc); + DEBUG(1, ("Service %s connected\n", svc->name)); + /* Set up the destructor for this service */ break; -- cgit