Skip to content

Commit

Permalink
Clarify a start/end message
Browse files Browse the repository at this point in the history
  • Loading branch information
iskunk committed Aug 22, 2017
1 parent bd24261 commit e64a634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MT_systems/translate.pm
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ GetOptions(
}

my $startTrans = $mapInputFormats{$informat};
print STDERR "start $startTrans\n"."end " . $mapInputFormats{$outformat}. "\n";
print STDERR "start format $startTrans\n"."end format " . $mapInputFormats{$outformat}. "\n";
if($startTrans >= $mapInputFormats{$outformat}){
die "cannot process input from format=$informat to format=$outformat (wrong direction)!!\n";
}
Expand Down

0 comments on commit e64a634

Please sign in to comment.