Christopher H. Laco wrote:
> It seems the 'preferred' way to debug output is:
>
> $c->log->debug('boo') if $c->debug;
That's exactly how I thought $c->log->debug() alone was working.
Apparently, the latest C::P::Authentication has fixed this annoying
warning anyway :)
--Tobias