diff options
author | Steve Dickson <steved@redhat.com> | 2015-11-07 12:51:37 -0500 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2015-11-16 15:56:52 -0500 |
commit | be40202f194877306c19929479114b90a08363c1 (patch) | |
tree | b2dc235084b7b718b52c0e3e53b0bd79e2dcbf21 /utils/gssd/gssd.c | |
parent | f1172857775d7be47b9ffb51825001cf39e23e70 (diff) | |
download | nfs-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.c | 2 |
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); |