From 0315fe37461972f36a3ba8ee4fcd73d6dce3c807 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 25 Jun 2012 22:57:20 +0200 Subject: systemctl: make sure we print URLs we can't show in systemctl in a nicely clickable way --- src/systemctl/systemctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/systemctl') 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); } } -- cgit v1.2.3-54-g00ecf