[IPV4] FIB: printk related cleanups
[deliverable/linux.git] / net / ipv4 / fib_hash.c
index a07300404e82f3050047eee1470971fc0421a5aa..258214f57fba0c61ef5f1275bf8ebdbfdb5596b8 100644 (file)
@@ -168,7 +168,8 @@ static void fn_rehash_zone(struct fn_zone *fz)
        new_hashmask = (new_divisor - 1);
 
 #if RT_CACHE_DEBUG >= 2
-       printk("fn_rehash_zone: hash for zone %d grows from %d\n", fz->fz_order, old_divisor);
+       printk(KERN_DEBUG "fn_rehash_zone: hash for zone %d grows from %d\n",
+              fz->fz_order, old_divisor);
 #endif
 
        ht = fz_hash_alloc(new_divisor);
This page took 0.024271 seconds and 5 git commands to generate.