summaryrefslogtreecommitdiffstats
path: root/utils/gssd/gssd.c
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2015-11-07 12:51:37 -0500
committerSteve Dickson <steved@redhat.com>2015-11-16 15:56:52 -0500
commitbe40202f194877306c19929479114b90a08363c1 (patch)
treeb2dc235084b7b718b52c0e3e53b0bd79e2dcbf21 /utils/gssd/gssd.c
parentf1172857775d7be47b9ffb51825001cf39e23e70 (diff)
downloadnfs-utils-be40202f194877306c19929479114b90a08363c1.tar.gz
nfs-utils-be40202f194877306c19929479114b90a08363c1.tar.xz
nfs-utils-be40202f194877306c19929479114b90a08363c1.zip
gssd: reworked second level of debugging
Trimmed down the number messages being logged by moving them into level 3 or 4 of debugging Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils/gssd/gssd.c')
-rw-r--r--utils/gssd/gssd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/gssd/gssd.c b/utils/gssd/gssd.c
index 804c53a..e7cb07f 100644
--- a/utils/gssd/gssd.c
+++ b/utils/gssd/gssd.c
@@ -556,7 +556,7 @@ gssd_scan_topdir(const char *name)
if (clp->scanned)
continue;
- printerr(2, "destroying client %s\n", clp->relpath);
+ printerr(3, "destroying client %s\n", clp->relpath);
saveprev = clp->list.tqe_prev;
TAILQ_REMOVE(&tdi->clnt_list, clp, list);
gssd_destroy_client(clp);