]> err.no Git - linux-2.6/blobdiff - security/selinux/ss/avtab.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.25
[linux-2.6] / security / selinux / ss / avtab.c
index 9e70a160d7da4e5f90d9c57ad816b4e2ec4d5b16..cd10e27fc9e630002395db667e9fd85f78eadeeb 100644 (file)
@@ -280,7 +280,7 @@ int avtab_alloc(struct avtab *h, u32 nrules)
        h->nel = 0;
        h->nslot = nslot;
        h->mask = mask;
-       printk(KERN_DEBUG "SELinux:%d avtab hash slots allocated."
+       printk(KERN_DEBUG "SELinux:%d avtab hash slots allocated. "
               "Num of rules:%d\n", h->nslot, nrules);
        return 0;
 }