util: seperate welcome line from other output by empty lines

This commit is contained in:
Lennart Poettering 2011-02-16 19:33:37 +01:00
parent 3aea3b3597
commit da71f23cda

View file

@ -3076,7 +3076,7 @@ void status_welcome(void) {
if (!ansi_color && !const_color)
const_color = "1";
status_printf("Welcome to \x1B[%sm%s\x1B[0m!\n",
status_printf("\nWelcome to \x1B[%sm%s\x1B[0m!\n\n",
const_color ? const_color : ansi_color,
const_pretty ? const_pretty : pretty_name);