From: Lennart Poettering Date: Wed, 16 Feb 2011 18:33:37 +0000 (+0100) Subject: util: seperate welcome line from other output by empty lines X-Git-Tag: v18~4 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=da71f23cda946a98885cb0833d0022ff7439cef3 util: seperate welcome line from other output by empty lines --- diff --git a/src/util.c b/src/util.c index b0a01fde2..16e4ab289 100644 --- a/src/util.c +++ b/src/util.c @@ -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);