[Jifty-commit] r1343 - in jifty/trunk: lib/Jifty/Web

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Jun 21 20:21:54 EDT 2006


Author: trs
Date: Wed Jun 21 20:21:53 2006
New Revision: 1343

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Web/Form.pm

Log:
 r13294 at zot:  tom | 2006-06-21 20:21:41 -0400
 If we're going to store the values, use the variables we store them in.  ;)


Modified: jifty/trunk/lib/Jifty/Web/Form.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web/Form.pm	(original)
+++ jifty/trunk/lib/Jifty/Web/Form.pm	Wed Jun 21 20:21:53 2006
@@ -172,7 +172,7 @@
             $self->$_($args{$_});
         } else {
 			my (undef, $template, $line) = caller;
-            $self->log->warn(sprintf("Unknown parameter to Jifty->web->form->start: $_ in %s line %d", (caller)[1,2]));
+            $self->log->warn("Unknown parameter to Jifty->web->form->start: $_ in $template line $line");
         }
     }
 


More information about the Jifty-commit mailing list