[Catalyst] [Patch]
Catalyst::Plugin::Authentication::Credential::Password.pm --
typo and debug consistency
Bill Moseley
moseley at hank.org
Mon Jan 9 16:09:38 CET 2006
On Mon, Jan 09, 2006 at 03:47:16PM +0100, Frank Wiegand wrote:
> This patch fixes a little typo and adds " if $c->debug" to all
> $c->log->debug("...") calls.
> $c->log->debug(
> - "Can't login a user without a user object or user ID param");
> + "Can't login a user without a user object or user ID param")
> + if $c->debug;
I see that quite often. Is that just to save one method call?
--
Bill Moseley
moseley at hank.org
More information about the Catalyst
mailing list