summaryrefslogtreecommitdiffstats
path: root/include/colors.h
diff options
context:
space:
mode:
authorKarel Zak2013-03-18 12:25:03 +0100
committerKarel Zak2013-03-18 12:28:32 +0100
commit5aaee63cdf80ad9e429b4c27bbf9d243306474aa (patch)
treefb0e21db88b70cfa4d7fe94aee03357592e8f5f6 /include/colors.h
parenthwclock: make hwclock leap-second-aware (diff)
downloadkernel-qcow2-util-linux-5aaee63cdf80ad9e429b4c27bbf9d243306474aa.tar.gz
kernel-qcow2-util-linux-5aaee63cdf80ad9e429b4c27bbf9d243306474aa.tar.xz
kernel-qcow2-util-linux-5aaee63cdf80ad9e429b4c27bbf9d243306474aa.zip
dmesg: more colors, more fun
* colorize subsystem prefix * colorize time * colorize by keywords (now "segfault" only) Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include/colors.h')
-rw-r--r--include/colors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/colors.h b/include/colors.h
index 0eb19464f..dd77bf6df 100644
--- a/include/colors.h
+++ b/include/colors.h
@@ -21,7 +21,7 @@
#define UL_COLOR_BLACK "\033[30m"
#define UL_COLOR_RED "\033[31m"
#define UL_COLOR_GREEN "\033[32m"
-#define UL_COLOR_YELLOW "\033[33m"
+#define UL_COLOR_BROWN "\033[33m" /* well, brown */
#define UL_COLOR_BLUE "\033[34m"
#define UL_COLOR_MAGENTA "\033[35m"
#define UL_COLOR_CYAN "\033[36m"