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 Nov 22, 2023
1 parent 99944e5 commit d544a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/locale.t
Expand Up @@ -108,7 +108,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 d544a4b

Please sign in to comment.