mirror of
https://git.proxmox.com/git/systemd
synced 2026-08-22 17:28:30 +00:00
systemctl: make sure we print URLs we can't show in systemctl in a nicely clickable way
This commit is contained in:
parent
83620960d6
commit
0315fe3746
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user