mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-12-19 01:09:21 +08:00
Add newline to --max-load progress message.
This commit is contained in:
@@ -131,7 +131,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