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 коммит произвёл Petr Mladek
Родитель bc8293663b
Коммит 9afe77ed84
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2190,7 +2190,7 @@ again:
}
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 */