]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Revert "dmesg: don't use brow/yellow in output"
authorKarel Zak <kzak@redhat.com>
Wed, 23 Apr 2014 09:09:44 +0000 (11:09 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 23 Apr 2014 09:09:44 +0000 (11:09 +0200)
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.

sys-utils/dmesg.c

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