X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2FMaypole.pm;h=88110eabb487ea6d4e1e47693a5787b519a3bdcd;hb=5f175450fcaf2b71f910742abc16ede9bfdc7103;hp=e4c0f7318e8847c1d38504ec2df014dda1a38f5e;hpb=7dda5e1451220612c6ad749746d84e4c090e330c;p=maypole.git diff --git a/lib/Maypole.pm b/lib/Maypole.pm index e4c0f73..88110ea 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -63,6 +63,7 @@ sub handler { my $r = bless { config => $class->config }, $class; $r->get_request($req); $r->parse_location(); + warn "Request path: $r->{path}" if $r->debug; my $status = $r->handler_guts(); return $status unless $status == OK; $r->send_output;