Project

General

Profile

« Previous | Next » 

Revision be0c9aa8

Added by Benoît PECCATTE about 6 years ago

Fixes #11418: rudder remote run cuts down IP of remote host

View differences:

share/lib/reports.awk
function print_report_singleline() {
if (hostname) {
printf "%s%-10.10s ", normal, hostname;
printf "%s%-15.15s ", normal, hostname;
}
if (full_strings) {
......
header_printed = 1;
if (multihost) {
printf "%-10.10s ", "Hostname";
printf "%-15.15s ", "Hostname";
}
if (full_strings) {

Also available in: Unified diff