]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Add a debug message indicating that gssd is ready to process requests
authorKevin Coffman <kwc@citi.umich.edu>
Fri, 30 Mar 2007 22:32:21 +0000 (18:32 -0400)
committerNeil Brown <neilb@suse.de>
Fri, 30 Mar 2007 23:08:02 +0000 (09:08 +1000)
Add a debug message indicating that gssd is ready to process requests

Signed-off-by: Kevin Coffman <kwc@citi.umich.edu>
Signed-off-by: Neil Brown <neilb@suse.de>
utils/gssd/gssd_main_loop.c

index 0559f7b7c7b9478dd223f2e76eb71818265eb332..84f04e96eda218cc236e835067b8e0728f27191c 100644 (file)
@@ -116,6 +116,7 @@ gssd_run()
 
        init_client_list();
 
 
        init_client_list();
 
+       printerr(1, "beginning poll\n");
        while (1) {
                while (dir_changed) {
                        dir_changed = 0;
        while (1) {
                while (dir_changed) {
                        dir_changed = 0;