From: Kevin Coffman Date: Fri, 30 Mar 2007 22:32:21 +0000 (-0400) Subject: Add a debug message indicating that gssd is ready to process requests X-Git-Tag: nfs-utils-1-1-0-rc2~15 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=ca5f2d1e16a6451c1df203bccfd8944ee84c728f 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 --- 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;