Add newline to --max-load progress message.

This commit is contained in:
Daniel Nichter
2011-11-07 10:33:21 -07:00
parent 2c4d878faf
commit a807f56ab5
2 changed files with 4 additions and 2 deletions

View File

@@ -5362,7 +5362,8 @@ sub wait {
. (defined $vals_too_high{$_} ? $vals_too_high{$_} . (defined $vals_too_high{$_} ? $vals_too_high{$_}
: 'unknown') : 'unknown')
} sort keys %vals_too_high } sort keys %vals_too_high
); )
. ".\n";
return; return;
}; };
$pr->set_callback($pr_callback); $pr->set_callback($pr_callback);

View File

@@ -131,7 +131,8 @@ sub wait {
. (defined $vals_too_high{$_} ? $vals_too_high{$_} . (defined $vals_too_high{$_} ? $vals_too_high{$_}
: 'unknown') : 'unknown')
} sort keys %vals_too_high } sort keys %vals_too_high
); )
. ".\n";
return; return;
}; };
$pr->set_callback($pr_callback); $pr->set_callback($pr_callback);