From: Lennart Poettering Date: Mon, 25 Jun 2012 20:57:20 +0000 (+0200) Subject: systemctl: make sure we print URLs we can't show in systemctl in a nicely clickable way X-Git-Tag: v186~93 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=0315fe37461972f36a3ba8ee4fcd73d6dce3c807 systemctl: make sure we print URLs we can't show in systemctl in a nicely clickable way --- 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); } }