Commit 9afe77ed authored by Maxim Akristiniy's avatar Maxim Akristiniy Committed by Petr Mladek

added new line symbol after warning about dropped messages

so this message will not mess with the next one

Cc: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: default avatarMaxim Akristiniy <maksim.akristiniy@yotadevices.com>
Reviewed-by: default avatarSergey Senozhatsky <sergey.senozhatsky@gmail.com>
Signed-off-by: default avatarPetr Mladek <pmladek@suse.com>
parent bc829366
......@@ -2190,7 +2190,7 @@ void console_unlock(void)
}
if (console_seq < log_first_seq) {
len = sprintf(text, "** %u printk messages dropped ** ",
len = sprintf(text, "** %u printk messages dropped **\n",
(unsigned)(log_first_seq - console_seq));
/* messages are gone, move to first one */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment