[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20080412162429.GA29599@tull.net>
Date: Sun, 13 Apr 2008 02:24:29 +1000
From: Nick Andrew <nick@...k-andrew.net>
To: mingo@...e.hu, trivial@...nel.org, neilb@...e.de
Cc: linux-kernel@...r.kernel.org, akpm@...ux-foundation.org
Subject: Re: [PATCH 1/2] RAID: Remove leading TAB on printk messages
On Fri, Apr 11, 2008 at 06:06:37PM +1000, Nick Andrew wrote:
> + printk(KERN_ALERT "raid1: Disk failure on %s, disabling device.\n"
> + "raid1: Operation continuing on %d devices.\n",
Note: It wasn't known at the time, but the use of a multi-line string
in printk will cause one line to be emitted at KERN_ALERT level, and
the subsequent lines at default_message_loglevel, which is usually
something different.
My patch just posted in msg <20080412161733.24882.30930.stgit@...cab.local.tull.net>
resolves this problem.
Nick.
--
PGP Key ID = 0x418487E7 http://www.nick-andrew.net/
PGP Key fingerprint = B3ED 6894 8E49 1770 C24A 67E3 6266 6EB9 4184 87E7
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists