mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-23 21:05:00 +00:00
Add newline to --max-load progress message.
This commit is contained in:
@@ -5362,7 +5362,8 @@ sub wait {
|
||||
. (defined $vals_too_high{$_} ? $vals_too_high{$_}
|
||||
: 'unknown')
|
||||
} sort keys %vals_too_high
|
||||
);
|
||||
)
|
||||
. ".\n";
|
||||
return;
|
||||
};
|
||||
$pr->set_callback($pr_callback);
|
||||
|
Reference in New Issue
Block a user