summaryrefslogtreecommitdiffstats
path: root/sys-utils/dmesg.c
diff options
context:
space:
mode:
authorKarel Zak2014-04-23 11:09:44 +0200
committerKarel Zak2014-04-23 11:09:44 +0200
commit885717c63e41e079b48f5e88d77fc1904c7ae83a (patch)
treebd30762994702faf5b66496c7cc22cd6919b9f3c /sys-utils/dmesg.c
parenttests: add fdisk 'f' command MBR test (diff)
downloadkernel-qcow2-util-linux-885717c63e41e079b48f5e88d77fc1904c7ae83a.tar.gz
kernel-qcow2-util-linux-885717c63e41e079b48f5e88d77fc1904c7ae83a.tar.xz
kernel-qcow2-util-linux-885717c63e41e079b48f5e88d77fc1904c7ae83a.zip
Revert "dmesg: don't use brow/yellow in output"
It will be better to support colors customization than use ugly blue color. BTW, for example git-log uses brow/yellow too by default. This reverts commit 0b6fbc25990d9498956e06bfcf699fca094e24a9.
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 18a992852..df68c8440 100644
--- a/sys-utils/dmesg.c
+++ b/sys-utils/dmesg.c
@@ -61,7 +61,7 @@
/*
* Colors
*/
-#define DMESG_COLOR_SUBSYS UL_COLOR_BLUE
+#define DMESG_COLOR_SUBSYS UL_COLOR_BROWN
#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