From: Jeffrey Altman Date: Wed, 19 Jul 2006 15:48:17 +0000 (+0000) Subject: DEVEL15-viced-checkrights-loglevel-20060719 X-Git-Tag: openafs-devel-1_5_4~14 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=b91baf8b8ac2170eb3962cb590aa8e39100e2046;p=packages%2Fo%2Fopenafs.git DEVEL15-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) --- diff --git a/src/viced/afsfileprocs.c b/src/viced/afsfileprocs.c index cc19546b8..c26600d38 100644 --- a/src/viced/afsfileprocs.c +++ b/src/viced/afsfileprocs.c @@ -675,7 +675,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),