diff options
-rw-r--r-- | src/rc.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -985,8 +985,8 @@ int main (int argc, char **argv) run_script (INITEARLYSH); uname (&uts); - printf ("\n %sOpenRC %s" VERSION "%s is starting up\n", - ecolor (ECOLOR_GOOD), ecolor (ECOLOR_BRACKET), + printf ("\n %sOpenRC %s" VERSION "%s is starting up\n\n", + ecolor (ECOLOR_GOOD), ecolor (ECOLOR_HILITE), ecolor (ECOLOR_NORMAL)); if (rc_conf_yesno ("rc_interactive")) |