diff --git a/[refs] b/[refs] index 8300c70c5666..c53bbeaba3f5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ffd59daceb7db5f7c54f095c5529cec45222c1f1 +refs/heads/master: e97a31117c0f96be6637f68b4029609bb1f2cc7c diff --git a/trunk/mm/swapfile.c b/trunk/mm/swapfile.c index 6544565a7c0f..d8a5afc8b2a3 100644 --- a/trunk/mm/swapfile.c +++ b/trunk/mm/swapfile.c @@ -1442,7 +1442,7 @@ asmlinkage long sys_swapon(const char __user * specialfile, int swap_flags) else if (!memcmp("SWAPSPACE2",swap_header->magic.magic,10)) swap_header_version = 2; else { - printk("Unable to find swap-space signature\n"); + printk(KERN_ERR "Unable to find swap-space signature\n"); error = -EINVAL; goto bad_swap; }