summaryrefslogtreecommitdiffstats
path: root/src/notify
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/notify
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/notify')
-rw-r--r--src/notify/notify.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/notify/notify.c b/src/notify/notify.c
index f50a322ea5..750529bbbd 100644
--- a/src/notify/notify.c
+++ b/src/notify/notify.c
@@ -151,6 +151,7 @@ static int run(int argc, char* argv[]) {
unsigned i = 0;
int r;
+ log_show_color(true);
log_parse_environment();
log_open();