summaryrefslogtreecommitdiffstats
path: root/src/machine
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-05-08 16:11:32 +0200
committerGitHub <noreply@github.com>2019-05-08 16:11:32 +0200
commite95be7def26c6c5feaf08a4135aa4f50c53263a8 (patch)
tree7c403e6690fd0071c3dfbf0a256a6b0b6c261f9b /src/machine
parentMerge pull request #12509 from poettering/table-fixlets (diff)
parentjournalctl,shared/log: use yellow for warnings (diff)
downloadsystemd-e95be7def26c6c5feaf08a4135aa4f50c53263a8.tar.xz
systemd-e95be7def26c6c5feaf08a4135aa4f50c53263a8.zip
Merge pull request #12411 from keszybz/pr/12394
run: when emitting the calendarspec warning, use red
Diffstat (limited to 'src/machine')
-rw-r--r--src/machine/machinectl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c
index 693184f0a1..12de188239 100644
--- a/src/machine/machinectl.c
+++ b/src/machine/machinectl.c
@@ -3100,6 +3100,7 @@ static int run(int argc, char *argv[]) {
int r;
setlocale(LC_ALL, "");
+ log_show_color(true);
log_parse_environment();
log_open();