summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-02-16 19:33:37 +0100
committerLennart Poettering <lennart@poettering.net>2011-02-16 19:34:38 +0100
commitda71f23cda946a98885cb0833d0022ff7439cef3 (patch)
treecabfc8486aa1187a1f6482c3b361942027dc958d
parent3aea3b35979b377b7673132b601aab8a33e20cdc (diff)
downloadsystemd-da71f23cda946a98885cb0833d0022ff7439cef3.tar.gz
util: seperate welcome line from other output by empty lines
-rw-r--r--src/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.c b/src/util.c
index b0a01fde2f..16e4ab289a 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);