util: always highlight distro name

This commit is contained in:
Lennart Poettering 2010-11-14 23:27:27 +01:00
parent 92ab323c82
commit 9381a72403
1 changed files with 1 additions and 1 deletions

View File

@ -2996,7 +2996,7 @@ void status_welcome(void) {
else if (startswith(r, "Fedora"))
status_printf("Welcome to \x1B[0;34m%s\x1B[0m!\n", r); /* Blue for Fedora */
else
status_printf("Welcome to %s!\n", r);
status_printf("Welcome to \x1B[1m%s\x1B[0m!\n", r); /* Highlight for everything else */
free(r);