Re: [PATCHSET] printk: implement printk_header() and merging printk, take #2

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Matthew Wilcox <matthew@...>
Cc: <randy.dunlap@...>, <daniel.ritz-ml@...>, <jeff@...>, <linux-kernel@...>, <linux-ide@...>
Date: Monday, January 21, 2008 - 9:04 am

Matthew Wilcox wrote:

It has some pros and cons.  Having indentation makes things easier on
human eyes but more difficult on scripts, but not too difficult -
indented lines can easily be matched with a bit of scripting.  Changing
the behavior is easy but I'm still inclined toward indentation because
printing header every line loses information about message boundaries.
Maybe there's a way to satisfy both like omitting the separator from the
second line on.

ata1.00: line0
ata1.00  line1
ata1.00  line2

Hmm... Any better ideas?

-- 
tejun
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCHSET] printk: implement printk_header() and merging..., Tejun Heo, (Mon Jan 21, 9:04 am)
[PATCH 4/5] printk: add Documentation/printk.txt, Tejun Heo, (Mon Jan 21, 1:13 am)
[PATCH 3/5] printk: implement merging printk, Tejun Heo, (Mon Jan 21, 1:13 am)
[PATCH 2/5] printk: implement [v]printk_header(), Tejun Heo, (Mon Jan 21, 1:13 am)