mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09: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