Skip to content

Commit

Permalink
fixed typo in Mojo::Log
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 25, 2015
1 parent 2516f52 commit 3490887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/Log.pm
Expand Up @@ -20,7 +20,7 @@ has level => 'debug';
has max_history_size => 10;
has 'path';

# Supported log level
# Supported log levels
my $LEVEL = {debug => 1, info => 2, warn => 3, error => 4, fatal => 5};

sub append {
Expand Down

0 comments on commit 3490887

Please sign in to comment.