summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-06-25 22:57:20 +0200
committerLennart Poettering <lennart@poettering.net>2012-06-25 22:57:20 +0200
commit0315fe37461972f36a3ba8ee4fcd73d6dce3c807 (patch)
tree2f1cbf90df911ff6919cecfd526b89c5c4d52fbe
parent83620960d6f385fcd0cf2a17f70bcb7a8e3eafa9 (diff)
systemctl: make sure we print URLs we can't show in systemctl in a nicely clickable way
-rw-r--r--src/systemctl/systemctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c
index b8b9ed095..8279f08d5 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);
}
}