Skip to content

Commit 9afe77e

Browse files
Maxim Akristiniypmladek
authored andcommitted
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: Maxim Akristiniy <maksim.akristiniy@yotadevices.com> Reviewed-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> Signed-off-by: Petr Mladek <pmladek@suse.com>
1 parent bc82936 commit 9afe77e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/printk/printk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2190,7 +2190,7 @@ void console_unlock(void)
21902190
}
21912191

21922192
if (console_seq < log_first_seq) {
2193-
len = sprintf(text, "** %u printk messages dropped ** ",
2193+
len = sprintf(text, "** %u printk messages dropped **\n",
21942194
(unsigned)(log_first_seq - console_seq));
21952195

21962196
/* messages are gone, move to first one */

0 commit comments

Comments
 (0)