mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-09 07:30:02 +00:00
Fix typo in run_services(). Print random stuff on STDERR as warnings.
This commit is contained in:
@@ -134,7 +134,7 @@ sub start_online_logging {
|
||||
# $line = ts,level,n_lines,message
|
||||
my ($ts, $level, $n_lines, $msg) = $line =~ m/^([^,]+),([^,]+),([^,]+),(.+)/s;
|
||||
if ( !$ts || !$level || !$n_lines || !$msg ) {
|
||||
warn "Invalid log entry: $line\n";
|
||||
warn "$line\n";
|
||||
next LINE;
|
||||
}
|
||||
if ( $n_lines > 1 ) {
|
||||
|
Reference in New Issue
Block a user