From 13a3f435c12943ac194e44d65e55067898f1a91d Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Wed, 19 Jul 2006 15:43:18 +0000 Subject: [PATCH] STABLE14-viced-checkrights-loglevel-20060719 increase the log level on the "CheckRights: len=%u, for host=%s:%d\n" message to 5. (cherry picked from commit 14ed562c4b576bcfe6b0147b86fa5f7899d22c16) --- src/viced/afsfileprocs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/viced/afsfileprocs.c b/src/viced/afsfileprocs.c index f145af2c8..94810142b 100644 --- a/src/viced/afsfileprocs.c +++ b/src/viced/afsfileprocs.c @@ -657,7 +657,7 @@ GetRights(struct client *client, struct acl_accessList *ACL, if (!client->host->hcps.prlist_len || !client->host->hcps.prlist_val) { char hoststr[16]; - ViceLog(0, + ViceLog(5, ("CheckRights: len=%u, for host=%s:%d\n", client->host->hcps.prlist_len, afs_inet_ntoa_r(client->host->host, hoststr), -- 2.39.5