diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-16 11:02:28 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-16 11:02:28 -0700 |
commit | e28d713704117bca0820c732210df6075b09f13b (patch) | |
tree | c2c8b2a40cb5081e8b6368eecc21220ee59903bf /ipc | |
parent | 5fd29d6ccbc98884569d6f3105aeca70858b3e0f (diff) |
printk: Add KERN_DEFAULT printk log-level
This adds a KERN_DEFAULT loglevel marker, for when you cannot decide
which loglevel you want, and just want to keep an existing printk
with the default loglevel.
The difference between having KERN_DEFAULT and having no log-level
marker at all is two-fold:
- having the log-level marker will now force a new-line if the
previous printout had not added one (perhaps because it forgot,
but perhaps because it expected a continuation)
- having a log-level marker is required if you are printing out a
message that otherwise itself could perhaps otherwise be mistaken
for a log-level.
Signed-of-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions