mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-26 05:58:16 +00:00
Actually include the n_lines in the log entry line.
This commit is contained in:
@@ -276,8 +276,8 @@ sub _log {
|
||||
}
|
||||
|
||||
sub _queue_log_entry {
|
||||
my ($self, $ts, $log_level, $msg) = @_;
|
||||
print "$ts,$log_level,$msg\n";
|
||||
my ($self, $ts, $log_level, $n_lines, $msg) = @_;
|
||||
print "$ts,$log_level,$n_lines,$msg\n";
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user