Skip to content

Commit

Permalink
changed logger config to class __PACKAGE__ instead of 'main' (which w…
Browse files Browse the repository at this point in the history
…orked when this was still a standalone script)
  • Loading branch information
rvosa committed Jun 11, 2012
1 parent 48f5c7a commit 7ef4672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpan/api/lib/Bio/PhyloTastic/TNRS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ sub run {
# instantiate logger
$log = Bio::Phylo::Util::Logger->new(
'-level' => $verbosity,
'-class' => 'main',
'-class' => __PACKAGE__,
);

# parse input
Expand Down

0 comments on commit 7ef4672

Please sign in to comment.