Applied

We might want to consider factoring some of this out into a sub so we can
more easily tweak it later.

i.e.

 $self->log( LOGWARN, log_fail("cannot_authenticate"))

or maybe even adding fail to the class.

hrm.

-    $self->log( LOGWARN, "Cannot authenticate using authdeny" );
> +    $self->log( LOGWARN, "fail: cannot authenticate" );
>
>

Reply via email to