Skip to content

Commit

Permalink
lib/locale.t FILE debug
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed May 5, 2021
1 parent 12734a6 commit 13411fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/locale.t
Expand Up @@ -107,7 +107,7 @@ my $dumper = Dumpvalue->new(

sub debug {
return unless $debug;
my($mess) = join "", '# ', @_;
my($mess) = join "", '# ', __FILE__, ": ", @_;
chomp $mess;
print STDERR $dumper->stringify($mess,1), "\n";
}
Expand Down

0 comments on commit 13411fb

Please sign in to comment.