Fix syntax typo: _( should be _d(.

This commit is contained in:
Daniel Nichter
2012-04-26 14:56:18 -06:00
parent 520618cf6e
commit fd87572bf3

View File

@@ -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},