mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-08 07:29:05 +00:00
Fix syntax typo: _( should be _d(.
This commit is contained in:
@@ -5387,7 +5387,7 @@ sub main {
|
||||
|
||||
# If the new table still exists, drop it unless the tool was interrupted.
|
||||
push @cleanup_tasks, sub {
|
||||
PTDEBUG && _('Clean up new table');
|
||||
PTDEBUG && _d('Clean up new table');
|
||||
my $new_tbl_exists = $tp->check_table(
|
||||
dbh => $cxn->dbh(),
|
||||
db => $new_tbl->{db},
|
||||
|
Reference in New Issue
Block a user