summaryrefslogtreecommitdiff
path: root/src/notify
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-05-08 10:11:32 -0400
committerGitHub <noreply@github.com>2019-05-08 10:11:32 -0400
commite95be7def26c6c5feaf08a4135aa4f50c53263a8 (patch)
tree7c403e6690fd0071c3dfbf0a256a6b0b6c261f9b /src/notify
parentfd5e11f0bd747afd1d17f313949271022a1a13b2 (diff)
parent0d0464d39d78fc7db682313f14effb384da2256f (diff)
downloadsystemd-e95be7def26c6c5feaf08a4135aa4f50c53263a8.tar.gz
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();