From 67ce830a912c6619618f0117cca1a2a231f37c89 Mon Sep 17 00:00:00 2001 From: Jesper Juhl Date: Wed, 11 Jan 2006 01:50:28 +0100 Subject: [PATCH] --- yaml --- r: 17817 b: refs/heads/master c: e97a31117c0f96be6637f68b4029609bb1f2cc7c h: refs/heads/master i: 17815: 78361a1ab437dace9b124e8393c6a354938c4ac7 v: v3 --- [refs] | 2 +- trunk/mm/swapfile.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }