summaryrefslogtreecommitdiff
path: root/src/mount
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/mount
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/mount')
-rw-r--r--src/mount/mount-tool.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mount/mount-tool.c b/src/mount/mount-tool.c
index 739f52c219..43e216acad 100644
--- a/src/mount/mount-tool.c
+++ b/src/mount/mount-tool.c
@@ -1515,6 +1515,7 @@ static int run(int argc, char* argv[]) {
_cleanup_(sd_bus_flush_close_unrefp) sd_bus *bus = NULL;
int r;
+ log_show_color(true);
log_parse_environment();
log_open();