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>
This commit is contained in:
Maxim Akristiniy 2017-10-23 19:51:48 +03:00 committed by Petr Mladek
parent bc8293663b
commit 9afe77ed84

View file

@ -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 */