From: Karel Zak Date: Wed, 23 Apr 2014 09:09:44 +0000 (+0200) Subject: Revert "dmesg: don't use brow/yellow in output" X-Git-Tag: v2.25-rc1~251 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=885717c63e41e079b48f5e88d77fc1904c7ae83a;p=thirdparty%2Futil-linux.git 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. --- diff --git a/sys-utils/dmesg.c b/sys-utils/dmesg.c index 18a992852f..df68c84404 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