]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
dmesg: don't use brow/yellow in output
authorKarel Zak <kzak@redhat.com>
Tue, 1 Apr 2014 12:32:38 +0000 (14:32 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 1 Apr 2014 12:32:38 +0000 (14:32 +0200)
The color used for subsystem prefix is useless on
while background. Let's use blue.

Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/dmesg.c

index df68c8440442fe231d83772da3f7499f5057175b..18a992852fb6946f2ade9a06e4ab4b4788978f85 100644 (file)
@@ -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