summaryrefslogtreecommitdiffstats
path: root/sys-utils/dmesg.c
diff options
context:
space:
mode:
authorKarel Zak2014-04-01 14:32:38 +0200
committerKarel Zak2014-04-01 14:32:38 +0200
commit0b6fbc25990d9498956e06bfcf699fca094e24a9 (patch)
tree76d761f7fe0b550ea6d1f052200c79a18cb9211f /sys-utils/dmesg.c
parentMerge branch 'fix-script-timing' of https://github.com/theonewolf/util-linux (diff)
downloadkernel-qcow2-util-linux-0b6fbc25990d9498956e06bfcf699fca094e24a9.tar.gz
kernel-qcow2-util-linux-0b6fbc25990d9498956e06bfcf699fca094e24a9.tar.xz
kernel-qcow2-util-linux-0b6fbc25990d9498956e06bfcf699fca094e24a9.zip
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 <kzak@redhat.com>
Diffstat (limited to 'sys-utils/dmesg.c')
-rw-r--r--sys-utils/dmesg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/dmesg.c b/sys-utils/dmesg.c
index df68c8440..18a992852 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