From: Karel Zak Date: Tue, 1 Apr 2014 12:32:38 +0000 (+0200) Subject: dmesg: don't use brow/yellow in output X-Git-Tag: v2.25-rc1~392 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0b6fbc25990d9498956e06bfcf699fca094e24a9;p=thirdparty%2Futil-linux.git dmesg: don't use brow/yellow in output The color used for subsystem prefix is useless on while background. Let's use blue. Signed-off-by: Karel Zak --- diff --git a/sys-utils/dmesg.c b/sys-utils/dmesg.c index df68c84404..18a992852f 100644 --- a/sys-utils/dmesg.c +++ b/sys-utils/dmesg.c @@ -61,7 +61,7 @@ /* * Colors */ -#define DMESG_COLOR_SUBSYS UL_COLOR_BROWN +#define DMESG_COLOR_SUBSYS UL_COLOR_BLUE #define DMESG_COLOR_TIME UL_COLOR_GREEN #define DMESG_COLOR_RELTIME UL_COLOR_BOLD_GREEN #define DMESG_COLOR_ALERT UL_COLOR_REVERSE UL_COLOR_RED