]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - security/selinux/ss/avtab.c
Reassign printk levels in selinux kernel code
[linux-2.6-omap-h63xx.git] / security / selinux / ss / avtab.c
index 9142073319c0085fcd07f87291510f3033f20bf2..3122908afdc1484d495faf7f4c92cc0e1cb2e31a 100644 (file)
@@ -277,7 +277,7 @@ void avtab_hash_eval(struct avtab *h, char *tag)
                }
        }
 
-       printk(KERN_INFO "%s:  %d entries and %d/%d buckets used, longest "
+       printk(KERN_DEBUG "%s:  %d entries and %d/%d buckets used, longest "
               "chain length %d\n", tag, h->nel, slots_used, AVTAB_SIZE,
               max_chain_len);
 }