diff options
author | Lennart Poettering <lennart@poettering.net> | 2019-05-08 16:11:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-08 16:11:32 +0200 |
commit | e95be7def26c6c5feaf08a4135aa4f50c53263a8 (patch) | |
tree | 7c403e6690fd0071c3dfbf0a256a6b0b6c261f9b /src/network/networkctl.c | |
parent | Merge pull request #12509 from poettering/table-fixlets (diff) | |
parent | journalctl,shared/log: use yellow for warnings (diff) | |
download | systemd-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/network/networkctl.c')
-rw-r--r-- | src/network/networkctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/networkctl.c b/src/network/networkctl.c index eb3521b794..d29eb7d0b2 100644 --- a/src/network/networkctl.c +++ b/src/network/networkctl.c @@ -1128,6 +1128,7 @@ static void warn_networkd_missing(void) { static int run(int argc, char* argv[]) { int r; + log_show_color(true); log_parse_environment(); log_open(); |