diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-05-16 21:15:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-16 21:15:06 +0200 |
commit | e6042f682f9ff29674964d147721f7bd3735aa66 (patch) | |
tree | c332d1f357091b784352fe1ebc017416989d0d50 /src/journal | |
parent | a305eda35f18fbacc771cc1582b688d60890a9d2 (diff) | |
parent | af1060e1abf9eb958444bde2b06aa3279e1c81cb (diff) | |
download | systemd-e6042f682f9ff29674964d147721f7bd3735aa66.tar.gz systemd-e6042f682f9ff29674964d147721f7bd3735aa66.tar.bz2 systemd-e6042f682f9ff29674964d147721f7bd3735aa66.zip |
Merge pull request #12535 from poettering/color-grey
redefine how we select the ANSI color grey
Diffstat (limited to 'src/journal')
-rw-r--r-- | src/journal/journal-verify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal/journal-verify.c b/src/journal/journal-verify.c index 0a06ce7b84..344b7b019a 100644 --- a/src/journal/journal-verify.c +++ b/src/journal/journal-verify.c @@ -46,7 +46,7 @@ static void draw_progress(uint64_t p, usec_t *last_usec) { for (i = 0; i < j; i++) fputs("\xe2\x96\x88", stdout); - fputs(ANSI_NORMAL, stdout); + fputs(ansi_normal(), stdout); for (i = 0; i < k; i++) fputs("\xe2\x96\x91", stdout); |