diff options
Diffstat (limited to 'security/selinux/ss/avtab.c')
-rw-r--r-- | security/selinux/ss/avtab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/ss/avtab.c b/security/selinux/ss/avtab.c index 9142073319c0..3122908afdc1 100644 --- a/security/selinux/ss/avtab.c +++ b/security/selinux/ss/avtab.c | |||
@@ -277,7 +277,7 @@ void avtab_hash_eval(struct avtab *h, char *tag) | |||
277 | } | 277 | } |
278 | } | 278 | } |
279 | 279 | ||
280 | printk(KERN_INFO "%s: %d entries and %d/%d buckets used, longest " | 280 | printk(KERN_DEBUG "%s: %d entries and %d/%d buckets used, longest " |
281 | "chain length %d\n", tag, h->nel, slots_used, AVTAB_SIZE, | 281 | "chain length %d\n", tag, h->nel, slots_used, AVTAB_SIZE, |
282 | max_chain_len); | 282 | max_chain_len); |
283 | } | 283 | } |