diff options
author | Lennart Poettering <lennart@poettering.net> | 2019-05-08 10:11:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-08 10:11:32 -0400 |
commit | e95be7def26c6c5feaf08a4135aa4f50c53263a8 (patch) | |
tree | 7c403e6690fd0071c3dfbf0a256a6b0b6c261f9b /src/portable | |
parent | fd5e11f0bd747afd1d17f313949271022a1a13b2 (diff) | |
parent | 0d0464d39d78fc7db682313f14effb384da2256f (diff) | |
download | systemd-e95be7def26c6c5feaf08a4135aa4f50c53263a8.tar.gz |
Merge pull request #12411 from keszybz/pr/12394
run: when emitting the calendarspec warning, use red
Diffstat (limited to 'src/portable')
-rw-r--r-- | src/portable/portablectl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/portable/portablectl.c b/src/portable/portablectl.c index 2c59f04eb5..5041745b3d 100644 --- a/src/portable/portablectl.c +++ b/src/portable/portablectl.c @@ -956,6 +956,7 @@ static int run(int argc, char *argv[]) { int r; + log_show_color(true); log_parse_environment(); log_open(); |