Skip to content

Commit

Permalink
use Dancer::Logger::core instead of Dancer::Logger::warning
Browse files Browse the repository at this point in the history
  • Loading branch information
xsawyerx committed Mar 28, 2011
1 parent 0d20e85 commit 15b765f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Dancer/Route.pm
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ sub run {
return $next_route->run($request);
}
else {
Dancer::Logger::warning("Last matching route passed!");
Dancer::Logger::core('Last matching route passed!');
return undef;
}
}
Expand Down

0 comments on commit 15b765f

Please sign in to comment.