From ca5f2d1e16a6451c1df203bccfd8944ee84c728f Mon Sep 17 00:00:00 2001 From: Kevin Coffman Date: Fri, 30 Mar 2007 18:32:21 -0400 Subject: [PATCH] Add a debug message indicating that gssd is ready to process requests Add a debug message indicating that gssd is ready to process requests Signed-off-by: Kevin Coffman Signed-off-by: Neil Brown --- utils/gssd/gssd_main_loop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/gssd/gssd_main_loop.c b/utils/gssd/gssd_main_loop.c index 0559f7b..84f04e9 100644 --- a/utils/gssd/gssd_main_loop.c +++ b/utils/gssd/gssd_main_loop.c @@ -116,6 +116,7 @@ gssd_run() init_client_list(); + printerr(1, "beginning poll\n"); while (1) { while (dir_changed) { dir_changed = 0; -- 2.39.2