diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-06-25 22:57:20 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-06-25 22:57:20 +0200 |
commit | 0315fe37461972f36a3ba8ee4fcd73d6dce3c807 (patch) | |
tree | 2f1cbf90df911ff6919cecfd526b89c5c4d52fbe /src/systemctl/systemctl.c | |
parent | 83620960d6f385fcd0cf2a17f70bcb7a8e3eafa9 (diff) |
systemctl: make sure we print URLs we can't show in systemctl in a nicely clickable way
Diffstat (limited to 'src/systemctl/systemctl.c')
-rw-r--r-- | src/systemctl/systemctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index b8b9ed0954..8279f08d57 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -2663,7 +2663,7 @@ static void show_unit_help(UnitStatusInfo *i) { wait_for_terminate(pid, NULL); } else - log_info("Can't show %s.", *p); + log_info("Can't show: %s", *p); } } |