systemctl: make sure we print URLs we can't show in systemctl in a nicely clickable way

This commit is contained in:
Lennart Poettering 2012-06-25 22:57:20 +02:00
parent 83620960d6
commit 0315fe3746
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}