chiark / gitweb /
systemctl: make sure we print URLs we can't show in systemctl in a nicely clickable way
authorLennart Poettering <lennart@poettering.net>
Mon, 25 Jun 2012 20:57:20 +0000 (22:57 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 25 Jun 2012 20:57:20 +0000 (22:57 +0200)
src/systemctl/systemctl.c

index b8b9ed09546c793a097eca91e3f1c5d6d42fd62d..8279f08d5750fb7e16e7af3fc7f9676535b891d9 100644 (file)
@@ -2663,7 +2663,7 @@ static void show_unit_help(UnitStatusInfo *i) {
 
                         wait_for_terminate(pid, NULL);
                 } else
 
                         wait_for_terminate(pid, NULL);
                 } else
-                        log_info("Can't show %s.", *p);
+                        log_info("Can't show: %s", *p);
         }
 }
 
         }
 }