diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-01-13 21:56:09 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-01-14 01:54:33 +0100 |
commit | c1072ea0dade39a4188de5e511adfffd4ba8e42c (patch) | |
tree | 490d64f4fc003715be52817a3098bae5d2dccbb9 /src/log.c | |
parent | 9ddc4a26e56b06cd7774a03597980351855d8d54 (diff) |
util: rework ANSI escape code macros
Diffstat (limited to 'src/log.c')
-rw-r--r-- | src/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -344,7 +344,7 @@ static int write_to_console( } if (highlight) - IOVEC_SET_STRING(iovec[n++], ANSI_HIGHLIGHT_ON); + IOVEC_SET_STRING(iovec[n++], ANSI_HIGHLIGHT_RED_ON); IOVEC_SET_STRING(iovec[n++], buffer); if (highlight) IOVEC_SET_STRING(iovec[n++], ANSI_HIGHLIGHT_OFF); |