]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
viced-checkrights-loglevel-20060719
authorJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 19 Jul 2006 15:41:48 +0000 (15:41 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 19 Jul 2006 15:41:48 +0000 (15:41 +0000)
increase the log level on the "CheckRights: len=%u, for host=%s:%d\n"
message to 5.

src/viced/afsfileprocs.c

index c02aa5a5d116a25ab1995dd9cbac54a69dbb615c..a3f17eb923e13aeaa7d22691a28a48c879412f7e 100644 (file)
@@ -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),