X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=inline;f=lib%2FMaypole.pm;h=13af1719bbb4954de5a005e017072d8dce7caed1;hb=48f5cd806ad785fbd8a77b93eebbf786fb73091f;hp=5fd048eb354f5b891cc5bd6d87edfffff9925998;hpb=cf5ac8163a2d65b0e9e95dbc74b6bbe5d23b5f32;p=maypole.git diff --git a/lib/Maypole.pm b/lib/Maypole.pm index 5fd048e..13af171 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -84,6 +84,7 @@ sub handler_guts { # We authenticate every request, needed for proper session management my $status; eval { $status = $r->call_authenticate }; + warn "No return value from authenticate" unless $status; if ( my $error = $@ ) { $status = $r->call_exception($error); if ( $status != OK ) {