mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
systemctl: make sure we print URLs we can't show in systemctl in a nicely clickable way
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user