]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - lib/debugobjects.c
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
[mirror_ubuntu-zesty-kernel.git] / lib / debugobjects.c
index b6282471df24f18717a53010eed477774e8446c5..547f7f923dbcbd24f8bb99e13ef7c13db947b8dd 100644 (file)
@@ -1061,8 +1061,8 @@ static int __init debug_objects_replace_static_objects(void)
        }
        local_irq_enable();
 
-       printk(KERN_DEBUG "ODEBUG: %d of %d active objects replaced\n", cnt,
-              obj_pool_used);
+       pr_debug("%d of %d active objects replaced\n",
+                cnt, obj_pool_used);
        return 0;
 free:
        hlist_for_each_entry_safe(obj, tmp, &objects, node) {